Html Css Color HEX #CB5966 Cabaret

📋 copy color: '#CB5966'

red 203 ◦ green 89 ◦ blue 102

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

Shades of Cabaret #CB5966

Tints of Cabaret #CB5966

RGB

 RED value IS 203 (79.69% from 255) = 51.52%

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

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

R = 51.52%
G = 22.59%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5966 (or 0xCB5966) is known color: Cabaret. HEX triplet: CB, 59 and 66. RGB value is (203,89,102). Sum of RGB (Red+Green+Blue) = 203+89+102=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5966 is #34A699. Grayscale: #7C7C7C. Windows color (decimal): -3450522 or 6707659. OLE color: 6707659.

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

Color convert

RGB 203 89 102 -
CMYK 0 0.56 0.50 0.20
HSL 353.16º 0.52% 0.57% -
HSV(B) 353.16º 0.56% 0.8% -
XYZ 30.6 20.8 14.97 -
YUV 124.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 203 89 102 0 0.56 0.50 0.20 353.16 0.52 0.57
Hex CB 59 66 0 38 32 14 161 34 39
Octal 313 131 146 0 70 62 24 541 64 71
Binary 11001011 1011001 1100110 0 111000 110010 10100 101100001 110100 111001

Color Harmonies of #CB5966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5966

Black with #CB5966

Text Example


Text Example

White with #CB5966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5966; }

 p { color: rgb(203,89,102); }

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

background-color css

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

 a { background-color: rgb(203,89,102); }

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

border-color css

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

 span { border-color: rgb(203,89,102); }

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