Html Css Color HEX #CD555D Mandy

📋 copy color: '#CD555D'

red 205 ◦ green 85 ◦ blue 93

#CD555D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CD555D

Tints of Mandy #CD555D

RGB

 RED value IS 205 (80.47% from 255) = 53.52%

 GREEN value IS 85 (33.59% from 255) = 22.19%

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 53.52%
G = 22.19%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD555D (or 0xCD555D) is known color: Mandy. HEX triplet: CD, 55 and 5D. RGB value is (205,85,93). Sum of RGB (Red+Green+Blue) = 205+85+93=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD555D is #32AAA2. Grayscale: #797979. Windows color (decimal): -3320483 or 6116813. OLE color: 6116813.

HSL color Cylindrical-coordinate representation of color #CD555D: hue angle of 356º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD555D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 93 -
CMYK 0 0.59 0.55 0.20
HSL 356º 0.55% 0.57% -
HSV(B) 356º 0.59% 0.8% -
XYZ 30.4 20.27 12.67 -
YUV 121.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 205 85 93 0 0.59 0.55 0.20 356 0.55 0.57
Hex CD 55 5D 0 3B 37 14 164 37 39
Octal 315 125 135 0 73 67 24 544 67 71
Binary 11001101 1010101 1011101 0 111011 110111 10100 101100100 110111 111001

Color Harmonies of #CD555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD555D

Black with #CD555D

Text Example


Text Example

White with #CD555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD555D; }

 p { color: rgb(205,85,93); }

 H1.HeaderClassName
 {
   color: #CD555D;
 }
 .AnyTagClassName
 {
   color: #CD555D;
 }
</style>

background-color css

<style>
 a { background-color: #CD555D; }

 a { background-color: rgb(205,85,93); }

 div.DivClassName
 {
   background-color: #CD555D;
 }
 .BgClassName
 {
   background-color: #CD555D;
 }
</style>

border-color css

<style>
 span { border-color: #CD555D; }

 span { border-color: rgb(205,85,93); }

 td.TdClassName
 {
   border-color: #CD555D;
 }
 .TagClassName
 {
   border-color: #CD555D;
 }
</style>