Html Css Color HEX #CB5272 Cabaret

📋 copy color: '#CB5272'

red 203 ◦ green 82 ◦ blue 114

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

Shades of Cabaret #CB5272

Tints of Cabaret #CB5272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 50.88%
G = 20.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5272 (or 0xCB5272) is known color: Cabaret. HEX triplet: CB, 52 and 72. RGB value is (203,82,114). Sum of RGB (Red+Green+Blue) = 203+82+114=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5272 is #34AD8D. Grayscale: #797979. Windows color (decimal): -3452302 or 7492299. OLE color: 7492299.

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

Color convert

RGB 203 82 114 -
CMYK 0 0.60 0.44 0.20
HSL 344.13º 0.54% 0.56% -
HSV(B) 344.13º 0.6% 0.8% -
XYZ 30.68 19.95 18.15 -
YUV 121.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 203 82 114 0 0.60 0.44 0.20 344.13 0.54 0.56
Hex CB 52 72 0 3C 2C 14 158 36 38
Octal 313 122 162 0 74 54 24 530 66 70
Binary 11001011 1010010 1110010 0 111100 101100 10100 101011000 110110 111000

Color Harmonies of #CB5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5272

Black with #CB5272

Text Example


Text Example

White with #CB5272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5272; }

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

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

background-color css

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

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

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

border-color css

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

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

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