Html Css Color HEX #CC4170 Cabaret

📋 copy color: '#CC4170'

red 204 ◦ green 65 ◦ blue 112

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

Shades of Cabaret #CC4170

Tints of Cabaret #CC4170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 53.54%
G = 17.06%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC4170 (or 0xCC4170) is known color: Cabaret. HEX triplet: CC, 41 and 70. RGB value is (204,65,112). Sum of RGB (Red+Green+Blue) = 204+65+112=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4170 is #33BE8F. Grayscale: #6F6F6F. Windows color (decimal): -3391120 or 7356876. OLE color: 7356876.

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

Color convert

RGB 204 65 112 -
CMYK 0 0.68 0.45 0.2
HSL 339.71º 0.58% 0.53% -
HSV(B) 339.71º 0.68% 0.8% -
XYZ 29.72 17.79 17.2 -
YUV 111.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 204 65 112 0 0.68 0.45 0.2 339.71 0.58 0.53
Hex CC 41 70 0 44 2D 14 154 3A 35
Octal 314 101 160 0 104 55 24 524 72 65
Binary 11001100 1000001 1110000 0 1000100 101101 10100 101010100 111010 110101

Color Harmonies of #CC4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4170

Black with #CC4170

Text Example


Text Example

White with #CC4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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