#CC4E74

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

Shades of Cabaret #CC4E74

Tints of Cabaret #CC4E74

Color information

#CC4E74 (or 0xCC4E74) is unknown color: approx Cabaret. HEX triplet: CC, 4E and 74. RGB value is (204,78,116). Sum of RGB (Red+Green+Blue) = 204+78+116=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E74 is #33B18B. Grayscale: #777777. Windows color (decimal): -3387788 or 7622348. OLE color: 7622348.

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

Color convert

RGB20478116-
CMYK00.620.430.2
HSL341.9º55.26%55.29%-
HSV(B)341.9º61.76%80%-
XYZ30.7819.5518.67-
YUV120.01125.74187.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=51.26%
G=19.60%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047811600.620.430.2341.955.2655.29
HexCC4E7403E2B141563737
Octal31411616407653245266767
Binary1100110010011101110100011111010101110100101010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E74; }

 p { color: rgb(204,78,116); }

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

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

 a { background-color: rgb(204,78,116); }

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

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

 span { border-color: rgb(204,78,116); }

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