#CC4671

Color #CC4671 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CC4671

Tints of Cabaret #CC4671

Color information

#CC4671 (or 0xCC4671) is unknown color: approx Cabaret. HEX triplet: CC, 46 and 71. RGB value is (204,70,113). Sum of RGB (Red+Green+Blue) = 204+70+113=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4671 is #33B98E. Grayscale: #727272. Windows color (decimal): -3389839 or 7423692. OLE color: 7423692.

HSL color Cylindrical-coordinate representation of color #CC4671: hue angle of 340.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4671 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB20470113-
CMYK00.660.450.2
HSL340.75º56.78%53.73%-
HSV(B)340.75º65.69%80%-
XYZ30.0718.4117.59-
YUV114.97126.89191.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=52.71%
G=18.09%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047011300.660.450.2340.7556.7853.73
HexCC46710422D141553936
Octal314106161010255245257166
Binary11001100100011011100010100001010110110100101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4671; }

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

 H1.HeaderClassName
 {
   color: #CC4671;
 }
 .AnyTagClassName
 {
   color: #CC4671;
 }
</style>
background-color css

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

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

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

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

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

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