#CC0454

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

Shades of Razzmatazz #CC0454

Tints of Razzmatazz #CC0454

Color information

#CC0454 (or 0xCC0454) is unknown color: approx Razzmatazz. HEX triplet: CC, 04 and 54. RGB value is (204,4,84). Sum of RGB (Red+Green+Blue) = 204+4+84=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0454 is #33FBAB. Grayscale: #484848. Windows color (decimal): -3406764 or 5506252. OLE color: 5506252.

HSL color Cylindrical-coordinate representation of color #CC0454: hue angle of 336º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0454 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB204484-
CMYK00.980.590.2
HSL336º96.15%40.78%-
HSV(B)336º98.04%80%-
XYZ26.5513.569.61-
YUV72.92134.26221.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 84 (33.20% from 255) = 28.77%
R=69.86%
G=1.37%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20448400.980.590.233696.1540.78
HexCC4540623B141506029
Octal31441240142732452014051
Binary11001100100101010001100010111011101001010100001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0454; }

 p { color: rgb(204,4,84); }

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

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

 a { background-color: rgb(204,4,84); }

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

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

 span { border-color: rgb(204,4,84); }

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