Html Css Color HEX #CC4171 Cabaret

📋 copy color: '#CC4171'

red 204 ◦ green 65 ◦ blue 113

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

Shades of Cabaret #CC4171

Tints of Cabaret #CC4171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 53.4%
G = 17.02%
B = 29.58%

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

#CC4171 (or 0xCC4171) is known color: Cabaret. HEX triplet: CC, 41 and 71. RGB value is (204,65,113). Sum of RGB (Red+Green+Blue) = 204+65+113=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4171 is #33BE8E. Grayscale: #6F6F6F. Windows color (decimal): -3391119 or 7422412. OLE color: 7422412.

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

Color convert

RGB 204 65 113 -
CMYK 0 0.68 0.45 0.2
HSL 339.28º 0.58% 0.53% -
HSV(B) 339.28º 0.68% 0.8% -
XYZ 29.77 17.81 17.49 -
YUV 112.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 204 65 113 0 0.68 0.45 0.2 339.28 0.58 0.53
Hex CC 41 71 0 44 2D 14 153 3A 35
Octal 314 101 161 0 104 55 24 523 72 65
Binary 11001100 1000001 1110001 0 1000100 101101 10100 101010011 111010 110101

Color Harmonies of #CC4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4171

Black with #CC4171

Text Example


Text Example

White with #CC4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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