Html Css Color HEX #CC4164 Cabaret

📋 copy color: '#CC4164'

red 204 ◦ green 65 ◦ blue 100

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

Shades of Cabaret #CC4164

Tints of Cabaret #CC4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 55.28%
G = 17.62%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC4164 (or 0xCC4164) is known color: Cabaret. HEX triplet: CC, 41 and 64. RGB value is (204,65,100). Sum of RGB (Red+Green+Blue) = 204+65+100=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4164 is #33BE9B. Grayscale: #6E6E6E. Windows color (decimal): -3391132 or 6570444. OLE color: 6570444.

HSL color Cylindrical-coordinate representation of color #CC4164: hue angle of 344.89º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4164 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 100 -
CMYK 0 0.68 0.51 0.2
HSL 344.89º 0.58% 0.53% -
HSV(B) 344.89º 0.68% 0.8% -
XYZ 29.09 17.54 13.91 -
YUV 110.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 204 65 100 0 0.68 0.51 0.2 344.89 0.58 0.53
Hex CC 41 64 0 44 33 14 159 3A 35
Octal 314 101 144 0 104 63 24 531 72 65
Binary 11001100 1000001 1100100 0 1000100 110011 10100 101011001 111010 110101

Color Harmonies of #CC4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4164

Black with #CC4164

Text Example


Text Example

White with #CC4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4164; }

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

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

background-color css

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

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

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

border-color css

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

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

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