Html Css Color HEX #CC4360 Cabaret

📋 copy color: '#CC4360'

red 204 ◦ green 67 ◦ blue 96

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

Shades of Cabaret #CC4360

Tints of Cabaret #CC4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 55.59%
G = 18.26%
B = 26.16%

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

#CC4360 (or 0xCC4360) is known color: Cabaret. HEX triplet: CC, 43 and 60. RGB value is (204,67,96). Sum of RGB (Red+Green+Blue) = 204+67+96=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4360 is #33BC9F. Grayscale: #6F6F6F. Windows color (decimal): -3390624 or 6308812. OLE color: 6308812.

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

Color convert

RGB 204 67 96 -
CMYK 0 0.67 0.53 0.2
HSL 347.3º 0.57% 0.53% -
HSV(B) 347.3º 0.67% 0.8% -
XYZ 29.02 17.7 12.95 -
YUV 111.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 204 67 96 0 0.67 0.53 0.2 347.3 0.57 0.53
Hex CC 43 60 0 43 35 14 15B 39 35
Octal 314 103 140 0 103 65 24 533 71 65
Binary 11001100 1000011 1100000 0 1000011 110101 10100 101011011 111001 110101

Color Harmonies of #CC4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4360

Black with #CC4360

Text Example


Text Example

White with #CC4360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4360; }

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

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

background-color css

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

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

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

border-color css

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

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

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