Html Css Color HEX #CC4160 Cabaret

📋 copy color: '#CC4160'

red 204 ◦ green 65 ◦ blue 96

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

Shades of Cabaret #CC4160

Tints of Cabaret #CC4160

RGB

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

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

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

R = 55.89%
G = 17.81%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC4160 (or 0xCC4160) is known color: Cabaret. HEX triplet: CC, 41 and 60. RGB value is (204,65,96). Sum of RGB (Red+Green+Blue) = 204+65+96=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4160 is #33BE9F. Grayscale: #6E6E6E. Windows color (decimal): -3391136 or 6308300. OLE color: 6308300.

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

Color convert

RGB 204 65 96 -
CMYK 0 0.68 0.53 0.2
HSL 346.62º 0.58% 0.53% -
HSV(B) 346.62º 0.68% 0.8% -
XYZ 28.9 17.46 12.91 -
YUV 110.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 204 65 96 0 0.68 0.53 0.2 346.62 0.58 0.53
Hex CC 41 60 0 44 35 14 15B 3A 35
Octal 314 101 140 0 104 65 24 533 72 65
Binary 11001100 1000001 1100000 0 1000100 110101 10100 101011011 111010 110101

Color Harmonies of #CC4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4160

Black with #CC4160

Text Example


Text Example

White with #CC4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4160; }

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

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

background-color css

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

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

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

border-color css

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

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

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