Html Css Color HEX #CB5276 Cabaret

📋 copy color: '#CB5276'

red 203 ◦ green 82 ◦ blue 118

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

Shades of Cabaret #CB5276

Tints of Cabaret #CB5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 50.37%
G = 20.35%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB5276 (or 0xCB5276) is known color: Cabaret. HEX triplet: CB, 52 and 76. RGB value is (203,82,118). Sum of RGB (Red+Green+Blue) = 203+82+118=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5276 is #34AD89. Grayscale: #7A7A7A. Windows color (decimal): -3452298 or 7754443. OLE color: 7754443.

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

Color convert

RGB 203 82 118 -
CMYK 0 0.60 0.42 0.20
HSL 342.15º 0.54% 0.56% -
HSV(B) 342.15º 0.6% 0.8% -
XYZ 30.92 20.04 19.38 -
YUV 122.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 203 82 118 0 0.60 0.42 0.20 342.15 0.54 0.56
Hex CB 52 76 0 3C 2A 14 156 36 38
Octal 313 122 166 0 74 52 24 526 66 70
Binary 11001011 1010010 1110110 0 111100 101010 10100 101010110 110110 111000

Color Harmonies of #CB5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5276

Black with #CB5276

Text Example


Text Example

White with #CB5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5276; }

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

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

background-color css

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

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

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

border-color css

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

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

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