Html Css Color HEX #CB5879 Cabaret

📋 copy color: '#CB5879'

red 203 ◦ green 88 ◦ blue 121

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

Shades of Cabaret #CB5879

Tints of Cabaret #CB5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

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

R = 49.27%
G = 21.36%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB5879 (or 0xCB5879) is known color: Cabaret. HEX triplet: CB, 58 and 79. RGB value is (203,88,121). Sum of RGB (Red+Green+Blue) = 203+88+121=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5879 is #34A786. Grayscale: #7E7E7E. Windows color (decimal): -3450759 or 7952587. OLE color: 7952587.

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

Color convert

RGB 203 88 121 -
CMYK 0 0.57 0.40 0.20
HSL 342.78º 0.53% 0.57% -
HSV(B) 342.78º 0.57% 0.8% -
XYZ 31.57 21.06 20.49 -
YUV 126.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 203 88 121 0 0.57 0.40 0.20 342.78 0.53 0.57
Hex CB 58 79 0 39 28 14 157 35 39
Octal 313 130 171 0 71 50 24 527 65 71
Binary 11001011 1011000 1111001 0 111001 101000 10100 101010111 110101 111001

Color Harmonies of #CB5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5879

Black with #CB5879

Text Example


Text Example

White with #CB5879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5879; }

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

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

background-color css

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

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

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

border-color css

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

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

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