Html Css Color HEX #CB4872 Cabaret

📋 copy color: '#CB4872'

red 203 ◦ green 72 ◦ blue 114

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

Shades of Cabaret #CB4872

Tints of Cabaret #CB4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

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

R = 52.19%
G = 18.51%
B = 29.31%

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

#CB4872 (or 0xCB4872) is known color: Cabaret. HEX triplet: CB, 48 and 72. RGB value is (203,72,114). Sum of RGB (Red+Green+Blue) = 203+72+114=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4872 is #34B78D. Grayscale: #737373. Windows color (decimal): -3454862 or 7489739. OLE color: 7489739.

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

Color convert

RGB 203 72 114 -
CMYK 0 0.65 0.44 0.20
HSL 340.76º 0.56% 0.54% -
HSV(B) 340.76º 0.65% 0.8% -
XYZ 29.98 18.55 17.92 -
YUV 115.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 203 72 114 0 0.65 0.44 0.20 340.76 0.56 0.54
Hex CB 48 72 0 41 2C 14 155 38 36
Octal 313 110 162 0 101 54 24 525 70 66
Binary 11001011 1001000 1110010 0 1000001 101100 10100 101010101 111000 110110

Color Harmonies of #CB4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4872

Black with #CB4872

Text Example


Text Example

White with #CB4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4872; }

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

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

background-color css

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

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

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

border-color css

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

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

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