Html Css Color HEX #CB5077 Cabaret

📋 copy color: '#CB5077'

red 203 ◦ green 80 ◦ blue 119

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

Shades of Cabaret #CB5077

Tints of Cabaret #CB5077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.9%

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

R = 50.5%
G = 19.9%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB5077 (or 0xCB5077) is known color: Cabaret. HEX triplet: CB, 50 and 77. RGB value is (203,80,119). Sum of RGB (Red+Green+Blue) = 203+80+119=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5077 is #34AF88. Grayscale: #797979. Windows color (decimal): -3452809 or 7819467. OLE color: 7819467.

HSL color Cylindrical-coordinate representation of color #CB5077: hue angle of 340.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5077 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 119 -
CMYK 0 0.61 0.41 0.20
HSL 340.98º 0.54% 0.55% -
HSV(B) 340.98º 0.61% 0.8% -
XYZ 30.83 19.77 19.64 -
YUV 121.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 203 80 119 0 0.61 0.41 0.20 340.98 0.54 0.55
Hex CB 50 77 0 3D 29 14 155 36 37
Octal 313 120 167 0 75 51 24 525 66 67
Binary 11001011 1010000 1110111 0 111101 101001 10100 101010101 110110 110111

Color Harmonies of #CB5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5077

Black with #CB5077

Text Example


Text Example

White with #CB5077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5077; }

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

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

background-color css

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

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

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

border-color css

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

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

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