Html Css Color HEX #CD5566 Cabaret

📋 copy color: '#CD5566'

red 205 ◦ green 85 ◦ blue 102

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

Shades of Cabaret #CD5566

Tints of Cabaret #CD5566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 52.3%
G = 21.68%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD5566 (or 0xCD5566) is known color: Cabaret. HEX triplet: CD, 55 and 66. RGB value is (205,85,102). Sum of RGB (Red+Green+Blue) = 205+85+102=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5566 is #32AA99. Grayscale: #7A7A7A. Windows color (decimal): -3320474 or 6706637. OLE color: 6706637.

HSL color Cylindrical-coordinate representation of color #CD5566: hue angle of 351.5º 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 #CD5566 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 102 -
CMYK 0 0.59 0.50 0.20
HSL 351.5º 0.55% 0.57% -
HSV(B) 351.5º 0.59% 0.8% -
XYZ 30.82 20.44 14.89 -
YUV 122.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 205 85 102 0 0.59 0.50 0.20 351.5 0.55 0.57
Hex CD 55 66 0 3B 32 14 160 37 39
Octal 315 125 146 0 73 62 24 540 67 71
Binary 11001101 1010101 1100110 0 111011 110010 10100 101100000 110111 111001

Color Harmonies of #CD5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5566

Black with #CD5566

Text Example


Text Example

White with #CD5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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