Html Css Color HEX #CB4672 Cabaret

📋 copy color: '#CB4672'

red 203 ◦ green 70 ◦ blue 114

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

Shades of Cabaret #CB4672

Tints of Cabaret #CB4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

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

R = 52.45%
G = 18.09%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB4672 (or 0xCB4672) is known color: Cabaret. HEX triplet: CB, 46 and 72. RGB value is (203,70,114). Sum of RGB (Red+Green+Blue) = 203+70+114=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4672 is #34B98D. Grayscale: #727272. Windows color (decimal): -3455374 or 7489227. OLE color: 7489227.

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

Color convert

RGB 203 70 114 -
CMYK 0 0.66 0.44 0.20
HSL 340.15º 0.56% 0.54% -
HSV(B) 340.15º 0.66% 0.8% -
XYZ 29.86 18.29 17.88 -
YUV 114.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 203 70 114 0 0.66 0.44 0.20 340.15 0.56 0.54
Hex CB 46 72 0 42 2C 14 154 38 36
Octal 313 106 162 0 102 54 24 524 70 66
Binary 11001011 1000110 1110010 0 1000010 101100 10100 101010100 111000 110110

Color Harmonies of #CB4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4672

Black with #CB4672

Text Example


Text Example

White with #CB4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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