Html Css Color HEX #CB4772 Cabaret

📋 copy color: '#CB4772'

red 203 ◦ green 71 ◦ blue 114

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

Shades of Cabaret #CB4772

Tints of Cabaret #CB4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

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

R = 52.32%
G = 18.3%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB4772 (or 0xCB4772) is known color: Cabaret. HEX triplet: CB, 47 and 72. RGB value is (203,71,114). Sum of RGB (Red+Green+Blue) = 203+71+114=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4772 is #34B88D. Grayscale: #737373. Windows color (decimal): -3455118 or 7489483. OLE color: 7489483.

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

Color convert

RGB 203 71 114 -
CMYK 0 0.65 0.44 0.20
HSL 340.45º 0.56% 0.54% -
HSV(B) 340.45º 0.65% 0.8% -
XYZ 29.92 18.42 17.9 -
YUV 115.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 203 71 114 0 0.65 0.44 0.20 340.45 0.56 0.54
Hex CB 47 72 0 41 2C 14 154 38 36
Octal 313 107 162 0 101 54 24 524 70 66
Binary 11001011 1000111 1110010 0 1000001 101100 10100 101010100 111000 110110

Color Harmonies of #CB4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4772

Black with #CB4772

Text Example


Text Example

White with #CB4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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