Html Css Color HEX #CB4866 Cabaret

📋 copy color: '#CB4866'

red 203 ◦ green 72 ◦ blue 102

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

Shades of Cabaret #CB4866

Tints of Cabaret #CB4866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 53.85%
G = 19.1%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB4866 (or 0xCB4866) is known color: Cabaret. HEX triplet: CB, 48 and 66. RGB value is (203,72,102). Sum of RGB (Red+Green+Blue) = 203+72+102=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4866 is #34B799. Grayscale: #727272. Windows color (decimal): -3454874 or 6703307. OLE color: 6703307.

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

Color convert

RGB 203 72 102 -
CMYK 0 0.65 0.50 0.20
HSL 346.26º 0.56% 0.54% -
HSV(B) 346.26º 0.65% 0.8% -
XYZ 29.34 18.29 14.55 -
YUV 114.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 203 72 102 0 0.65 0.50 0.20 346.26 0.56 0.54
Hex CB 48 66 0 41 32 14 15A 38 36
Octal 313 110 146 0 101 62 24 532 70 66
Binary 11001011 1001000 1100110 0 1000001 110010 10100 101011010 111000 110110

Color Harmonies of #CB4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4866

Black with #CB4866

Text Example


Text Example

White with #CB4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4866; }

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

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

background-color css

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

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

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

border-color css

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

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

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