Html Css Color HEX #CC4865 Cabaret

📋 copy color: '#CC4865'

red 204 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #CC4865

Tints of Cabaret #CC4865

RGB

 RED value IS 204 (80.08% from 255) = 54.11%

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

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

R = 54.11%
G = 19.1%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC4865 (or 0xCC4865) is known color: Cabaret. HEX triplet: CC, 48 and 65. RGB value is (204,72,101). Sum of RGB (Red+Green+Blue) = 204+72+101=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4865 is #33B79A. Grayscale: #727272. Windows color (decimal): -3389339 or 6637772. OLE color: 6637772.

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

Color convert

RGB 204 72 101 -
CMYK 0 0.65 0.50 0.2
HSL 346.82º 0.56% 0.54% -
HSV(B) 346.82º 0.65% 0.8% -
XYZ 29.57 18.41 14.31 -
YUV 114.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 204 72 101 0 0.65 0.50 0.2 346.82 0.56 0.54
Hex CC 48 65 0 41 32 14 15B 38 36
Octal 314 110 145 0 101 62 24 533 70 66
Binary 11001100 1001000 1100101 0 1000001 110010 10100 101011011 111000 110110

Color Harmonies of #CC4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4865

Black with #CC4865

Text Example


Text Example

White with #CC4865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4865; }

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

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

background-color css

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

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

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

border-color css

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

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

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