Html Css Color HEX #CB5877 Cabaret

📋 copy color: '#CB5877'

red 203 ◦ green 88 ◦ blue 119

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

Shades of Cabaret #CB5877

Tints of Cabaret #CB5877

RGB

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

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

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

R = 49.51%
G = 21.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB5877 (or 0xCB5877) is known color: Cabaret. HEX triplet: CB, 58 and 77. RGB value is (203,88,119). Sum of RGB (Red+Green+Blue) = 203+88+119=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5877 is #34A788. Grayscale: #7D7D7D. Windows color (decimal): -3450761 or 7821515. OLE color: 7821515.

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

Color convert

RGB 203 88 119 -
CMYK 0 0.57 0.41 0.20
HSL 343.83º 0.53% 0.57% -
HSV(B) 343.83º 0.57% 0.8% -
XYZ 31.45 21.01 19.85 -
YUV 125.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 203 88 119 0 0.57 0.41 0.20 343.83 0.53 0.57
Hex CB 58 77 0 39 29 14 158 35 39
Octal 313 130 167 0 71 51 24 530 65 71
Binary 11001011 1011000 1110111 0 111001 101001 10100 101011000 110101 111001

Color Harmonies of #CB5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5877

Black with #CB5877

Text Example


Text Example

White with #CB5877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5877; }

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

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

background-color css

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

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

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

border-color css

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

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

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