Html Css Color HEX #CC4460 Cabaret

📋 copy color: '#CC4460'

red 204 ◦ green 68 ◦ blue 96

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

Shades of Cabaret #CC4460

Tints of Cabaret #CC4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.48%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 55.43%
G = 18.48%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC4460 (or 0xCC4460) is known color: Cabaret. HEX triplet: CC, 44 and 60. RGB value is (204,68,96). Sum of RGB (Red+Green+Blue) = 204+68+96=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4460 is #33BB9F. Grayscale: #6F6F6F. Windows color (decimal): -3390368 or 6309068. OLE color: 6309068.

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

Color convert

RGB 204 68 96 -
CMYK 0 0.67 0.53 0.2
HSL 347.65º 0.57% 0.53% -
HSV(B) 347.65º 0.67% 0.8% -
XYZ 29.08 17.82 12.97 -
YUV 111.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 204 68 96 0 0.67 0.53 0.2 347.65 0.57 0.53
Hex CC 44 60 0 43 35 14 15C 39 35
Octal 314 104 140 0 103 65 24 534 71 65
Binary 11001100 1000100 1100000 0 1000011 110101 10100 101011100 111001 110101

Color Harmonies of #CC4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4460

Black with #CC4460

Text Example


Text Example

White with #CC4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4460; }

 p { color: rgb(204,68,96); }

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

background-color css

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

 a { background-color: rgb(204,68,96); }

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

border-color css

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

 span { border-color: rgb(204,68,96); }

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