Html Css Color HEX #CB5576 Cabaret

📋 copy color: '#CB5576'

red 203 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #CB5576

Tints of Cabaret #CB5576

RGB

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

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

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

R = 50%
G = 20.94%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB5576 (or 0xCB5576) is known color: Cabaret. HEX triplet: CB, 55 and 76. RGB value is (203,85,118). Sum of RGB (Red+Green+Blue) = 203+85+118=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5576 is #34AA89. Grayscale: #7C7C7C. Windows color (decimal): -3451530 or 7755211. OLE color: 7755211.

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

Color convert

RGB 203 85 118 -
CMYK 0 0.58 0.42 0.20
HSL 343.22º 0.53% 0.56% -
HSV(B) 343.22º 0.58% 0.8% -
XYZ 31.15 20.5 19.46 -
YUV 124.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 203 85 118 0 0.58 0.42 0.20 343.22 0.53 0.56
Hex CB 55 76 0 3A 2A 14 157 35 38
Octal 313 125 166 0 72 52 24 527 65 70
Binary 11001011 1010101 1110110 0 111010 101010 10100 101010111 110101 111000

Color Harmonies of #CB5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5576

Black with #CB5576

Text Example


Text Example

White with #CB5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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