Html Css Color HEX #CD5576 Cabaret

📋 copy color: '#CD5576'

red 205 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #CD5576

Tints of Cabaret #CD5576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 50.25%
G = 20.83%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD5576 (or 0xCD5576) is known color: Cabaret. HEX triplet: CD, 55 and 76. RGB value is (205,85,118). Sum of RGB (Red+Green+Blue) = 205+85+118=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5576 is #32AA89. Grayscale: #7C7C7C. Windows color (decimal): -3320458 or 7755213. OLE color: 7755213.

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

Color convert

RGB 205 85 118 -
CMYK 0 0.59 0.42 0.20
HSL 343.5º 0.55% 0.57% -
HSV(B) 343.5º 0.59% 0.8% -
XYZ 31.7 20.78 19.48 -
YUV 124.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 205 85 118 0 0.59 0.42 0.20 343.5 0.55 0.57
Hex CD 55 76 0 3B 2A 14 158 37 39
Octal 315 125 166 0 73 52 24 530 67 71
Binary 11001101 1010101 1110110 0 111011 101010 10100 101011000 110111 111001

Color Harmonies of #CD5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5576

Black with #CD5576

Text Example


Text Example

White with #CD5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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