Html Css Color HEX #CB5A77 Cabaret

📋 copy color: '#CB5A77'

red 203 ◦ green 90 ◦ blue 119

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

Shades of Cabaret #CB5A77

Tints of Cabaret #CB5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 49.27%
G = 21.84%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB5A77 (or 0xCB5A77) is known color: Cabaret. HEX triplet: CB, 5A and 77. RGB value is (203,90,119). Sum of RGB (Red+Green+Blue) = 203+90+119=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A77 is #34A588. Grayscale: #7F7F7F. Windows color (decimal): -3450249 or 7822027. OLE color: 7822027.

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

Color convert

RGB 203 90 119 -
CMYK 0 0.56 0.41 0.20
HSL 344.6º 0.52% 0.57% -
HSV(B) 344.6º 0.56% 0.8% -
XYZ 31.61 21.34 19.91 -
YUV 127.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 203 90 119 0 0.56 0.41 0.20 344.6 0.52 0.57
Hex CB 5A 77 0 38 29 14 159 34 39
Octal 313 132 167 0 70 51 24 531 64 71
Binary 11001011 1011010 1110111 0 111000 101001 10100 101011001 110100 111001

Color Harmonies of #CB5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A77

Black with #CB5A77

Text Example


Text Example

White with #CB5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A77; }

 p { color: rgb(203,90,119); }

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

background-color css

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

 a { background-color: rgb(203,90,119); }

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

border-color css

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

 span { border-color: rgb(203,90,119); }

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