Html Css Color HEX #CB4865 Cabaret

📋 copy color: '#CB4865'

red 203 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #CB4865

Tints of Cabaret #CB4865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 53.99%
G = 19.15%
B = 26.86%

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

#CB4865 (or 0xCB4865) is known color: Cabaret. HEX triplet: CB, 48 and 65. RGB value is (203,72,101). Sum of RGB (Red+Green+Blue) = 203+72+101=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4865 is #34B79A. Grayscale: #727272. Windows color (decimal): -3454875 or 6637771. OLE color: 6637771.

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

Color convert

RGB 203 72 101 -
CMYK 0 0.65 0.50 0.20
HSL 346.72º 0.56% 0.54% -
HSV(B) 346.72º 0.65% 0.8% -
XYZ 29.29 18.27 14.29 -
YUV 114.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 203 72 101 0 0.65 0.50 0.20 346.72 0.56 0.54
Hex CB 48 65 0 41 32 14 15B 38 36
Octal 313 110 145 0 101 62 24 533 70 66
Binary 11001011 1001000 1100101 0 1000001 110010 10100 101011011 111000 110110

Color Harmonies of #CB4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4865

Black with #CB4865

Text Example


Text Example

White with #CB4865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4865; }

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

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

background-color css

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

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

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

border-color css

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

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

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