Html Css Color HEX #CB5978 Cabaret

📋 copy color: '#CB5978'

red 203 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #CB5978

Tints of Cabaret #CB5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 49.27%
G = 21.6%
B = 29.13%

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

#CB5978 (or 0xCB5978) is known color: Cabaret. HEX triplet: CB, 59 and 78. RGB value is (203,89,120). Sum of RGB (Red+Green+Blue) = 203+89+120=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5978 is #34A687. Grayscale: #7E7E7E. Windows color (decimal): -3450504 or 7887307. OLE color: 7887307.

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

Color convert

RGB 203 89 120 -
CMYK 0 0.56 0.41 0.20
HSL 343.68º 0.52% 0.57% -
HSV(B) 343.68º 0.56% 0.8% -
XYZ 31.59 21.2 20.2 -
YUV 126.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 203 89 120 0 0.56 0.41 0.20 343.68 0.52 0.57
Hex CB 59 78 0 38 29 14 158 34 39
Octal 313 131 170 0 70 51 24 530 64 71
Binary 11001011 1011001 1111000 0 111000 101001 10100 101011000 110100 111001

Color Harmonies of #CB5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5978

Black with #CB5978

Text Example


Text Example

White with #CB5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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