Html Css Color HEX #CC4271 Cabaret

📋 copy color: '#CC4271'

red 204 ◦ green 66 ◦ blue 113

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

Shades of Cabaret #CC4271

Tints of Cabaret #CC4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 53.26%
G = 17.23%
B = 29.5%

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

#CC4271 (or 0xCC4271) is known color: Cabaret. HEX triplet: CC, 42 and 71. RGB value is (204,66,113). Sum of RGB (Red+Green+Blue) = 204+66+113=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4271 is #33BD8E. Grayscale: #707070. Windows color (decimal): -3390863 or 7422668. OLE color: 7422668.

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

Color convert

RGB 204 66 113 -
CMYK 0 0.68 0.45 0.2
HSL 339.57º 0.58% 0.53% -
HSV(B) 339.57º 0.68% 0.8% -
XYZ 29.83 17.93 17.51 -
YUV 112.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 204 66 113 0 0.68 0.45 0.2 339.57 0.58 0.53
Hex CC 42 71 0 44 2D 14 154 3A 35
Octal 314 102 161 0 104 55 24 524 72 65
Binary 11001100 1000010 1110001 0 1000100 101101 10100 101010100 111010 110101

Color Harmonies of #CC4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4271

Black with #CC4271

Text Example


Text Example

White with #CC4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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