Html Css Color HEX #CB5979 Cabaret

📋 copy color: '#CB5979'

red 203 ◦ green 89 ◦ blue 121

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

Shades of Cabaret #CB5979

Tints of Cabaret #CB5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 49.15%
G = 21.55%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB5979 (or 0xCB5979) is known color: Cabaret. HEX triplet: CB, 59 and 79. RGB value is (203,89,121). Sum of RGB (Red+Green+Blue) = 203+89+121=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5979 is #34A686. Grayscale: #7E7E7E. Windows color (decimal): -3450503 or 7952843. OLE color: 7952843.

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

Color convert

RGB 203 89 121 -
CMYK 0 0.56 0.40 0.20
HSL 343.16º 0.52% 0.57% -
HSV(B) 343.16º 0.56% 0.8% -
XYZ 31.65 21.22 20.52 -
YUV 126.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 203 89 121 0 0.56 0.40 0.20 343.16 0.52 0.57
Hex CB 59 79 0 38 28 14 157 34 39
Octal 313 131 171 0 70 50 24 527 64 71
Binary 11001011 1011001 1111001 0 111000 101000 10100 101010111 110100 111001

Color Harmonies of #CB5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5979

Black with #CB5979

Text Example


Text Example

White with #CB5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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