Html Css Color HEX #CC4664 Cabaret

📋 copy color: '#CC4664'

red 204 ◦ green 70 ◦ blue 100

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

Shades of Cabaret #CC4664

Tints of Cabaret #CC4664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 54.55%
G = 18.72%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC4664 (or 0xCC4664) is known color: Cabaret. HEX triplet: CC, 46 and 64. RGB value is (204,70,100). Sum of RGB (Red+Green+Blue) = 204+70+100=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4664 is #33B99B. Grayscale: #717171. Windows color (decimal): -3389852 or 6571724. OLE color: 6571724.

HSL color Cylindrical-coordinate representation of color #CC4664: hue angle of 346.57º degrees, saturation: 0.57, 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 #CC4664 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 100 -
CMYK 0 0.66 0.51 0.2
HSL 346.57º 0.57% 0.54% -
HSV(B) 346.57º 0.66% 0.8% -
XYZ 29.39 18.14 14.01 -
YUV 113.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 204 70 100 0 0.66 0.51 0.2 346.57 0.57 0.54
Hex CC 46 64 0 42 33 14 15B 39 36
Octal 314 106 144 0 102 63 24 533 71 66
Binary 11001100 1000110 1100100 0 1000010 110011 10100 101011011 111001 110110

Color Harmonies of #CC4664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4664

Black with #CC4664

Text Example


Text Example

White with #CC4664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4664; }

 p { color: rgb(204,70,100); }

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

background-color css

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

 a { background-color: rgb(204,70,100); }

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

border-color css

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

 span { border-color: rgb(204,70,100); }

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