Html Css Color HEX #CD5976 Cabaret

📋 copy color: '#CD5976'

red 205 ◦ green 89 ◦ blue 118

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

Shades of Cabaret #CD5976

Tints of Cabaret #CD5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 49.76%
G = 21.6%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD5976 (or 0xCD5976) is known color: Cabaret. HEX triplet: CD, 59 and 76. RGB value is (205,89,118). Sum of RGB (Red+Green+Blue) = 205+89+118=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5976 is #32A689. Grayscale: #7E7E7E. Windows color (decimal): -3319434 or 7756237. OLE color: 7756237.

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

Color convert

RGB 205 89 118 -
CMYK 0 0.57 0.42 0.20
HSL 345º 0.54% 0.58% -
HSV(B) 345º 0.57% 0.8% -
XYZ 32.02 21.43 19.59 -
YUV 126.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 205 89 118 0 0.57 0.42 0.20 345 0.54 0.58
Hex CD 59 76 0 39 2A 14 159 36 3A
Octal 315 131 166 0 71 52 24 531 66 72
Binary 11001101 1011001 1110110 0 111001 101010 10100 101011001 110110 111010

Color Harmonies of #CD5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5976

Black with #CD5976

Text Example


Text Example

White with #CD5976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5976; }

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

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

background-color css

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

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

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

border-color css

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

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

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