Html Css Color HEX #CB5770 Cabaret

📋 copy color: '#CB5770'

red 203 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #CB5770

Tints of Cabaret #CB5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 50.5%
G = 21.64%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB5770 (or 0xCB5770) is known color: Cabaret. HEX triplet: CB, 57 and 70. RGB value is (203,87,112). Sum of RGB (Red+Green+Blue) = 203+87+112=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5770 is #34A88F. Grayscale: #7C7C7C. Windows color (decimal): -3451024 or 7362507. OLE color: 7362507.

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

Color convert

RGB 203 87 112 -
CMYK 0 0.57 0.45 0.20
HSL 347.07º 0.53% 0.57% -
HSV(B) 347.07º 0.57% 0.8% -
XYZ 30.96 20.68 17.69 -
YUV 124.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 203 87 112 0 0.57 0.45 0.20 347.07 0.53 0.57
Hex CB 57 70 0 39 2D 14 15B 35 39
Octal 313 127 160 0 71 55 24 533 65 71
Binary 11001011 1010111 1110000 0 111001 101101 10100 101011011 110101 111001

Color Harmonies of #CB5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5770

Black with #CB5770

Text Example


Text Example

White with #CB5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5770; }

 p { color: rgb(203,87,112); }

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

background-color css

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

 a { background-color: rgb(203,87,112); }

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

border-color css

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

 span { border-color: rgb(203,87,112); }

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