Html Css Color HEX #CB5476 Cabaret

📋 copy color: '#CB5476'

red 203 ◦ green 84 ◦ blue 118

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

Shades of Cabaret #CB5476

Tints of Cabaret #CB5476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 50.12%
G = 20.74%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB5476 (or 0xCB5476) is known color: Cabaret. HEX triplet: CB, 54 and 76. RGB value is (203,84,118). Sum of RGB (Red+Green+Blue) = 203+84+118=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5476 is #34AB89. Grayscale: #7B7B7B. Windows color (decimal): -3451786 or 7754955. OLE color: 7754955.

HSL color Cylindrical-coordinate representation of color #CB5476: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5476 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 84 118 -
CMYK 0 0.59 0.42 0.20
HSL 342.86º 0.53% 0.56% -
HSV(B) 342.86º 0.59% 0.8% -
XYZ 31.07 20.35 19.43 -
YUV 123.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 203 84 118 0 0.59 0.42 0.20 342.86 0.53 0.56
Hex CB 54 76 0 3B 2A 14 157 35 38
Octal 313 124 166 0 73 52 24 527 65 70
Binary 11001011 1010100 1110110 0 111011 101010 10100 101010111 110101 111000

Color Harmonies of #CB5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5476

Black with #CB5476

Text Example


Text Example

White with #CB5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5476; }

 p { color: rgb(203,84,118); }

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

background-color css

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

 a { background-color: rgb(203,84,118); }

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

border-color css

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

 span { border-color: rgb(203,84,118); }

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