#cc4f63

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

Shades of Cabaret #CC4F63

Tints of Cabaret #CC4F63

Color information

#CC4F63 (or 0xCC4F63) is unknown color: approx Cabaret. HEX triplet: CC, 4F and 63. RGB value is (204,79,99). Sum of RGB (Red+Green+Blue) = 204+79+99=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F63 is #33B09C. Grayscale: #767676. Windows color (decimal): -3387549 or 6508492. OLE color: 6508492.

HSL color Cylindrical-coordinate representation of color #CC4F63: hue angle of 350.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F63 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB2047999-
CMYK00.610.510.2
HSL350.4º55.07%55.49%-
HSV(B)350.4º61.27%80%-
XYZ29.9519.3313.96-
YUV118.66116.91188.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=53.40%
G=20.68%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204799900.610.510.2350.455.0755.49
HexCC4F6303D331415e3737
Octal31411714307563245366767
Binary1100110010011111100011011110111001110100101011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4f63; }

 p { color: rgb(204,79,99); }

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

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

 a { background-color: rgb(204,79,99); }

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

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

 span { border-color: rgb(204,79,99); }

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