Html Css Color HEX #CB5972 Cabaret

📋 copy color: '#CB5972'

red 203 ◦ green 89 ◦ blue 114

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

Shades of Cabaret #CB5972

Tints of Cabaret #CB5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 50%
G = 21.92%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5972 (or 0xCB5972) is known color: Cabaret. HEX triplet: CB, 59 and 72. RGB value is (203,89,114). Sum of RGB (Red+Green+Blue) = 203+89+114=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5972 is #34A68D. Grayscale: #7D7D7D. Windows color (decimal): -3450510 or 7494091. OLE color: 7494091.

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

Color convert

RGB 203 89 114 -
CMYK 0 0.56 0.44 0.20
HSL 346.84º 0.52% 0.57% -
HSV(B) 346.84º 0.56% 0.8% -
XYZ 31.24 21.06 18.34 -
YUV 125.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 203 89 114 0 0.56 0.44 0.20 346.84 0.52 0.57
Hex CB 59 72 0 38 2C 14 15B 34 39
Octal 313 131 162 0 70 54 24 533 64 71
Binary 11001011 1011001 1110010 0 111000 101100 10100 101011011 110100 111001

Color Harmonies of #CB5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5972

Black with #CB5972

Text Example


Text Example

White with #CB5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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