#CC0356

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

Shades of Razzmatazz #CC0356

Tints of Razzmatazz #CC0356

Color information

#CC0356 (or 0xCC0356) is unknown color: approx Razzmatazz. HEX triplet: CC, 03 and 56. RGB value is (204,3,86). Sum of RGB (Red+Green+Blue) = 204+3+86=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0356 is #33FCA9. Grayscale: #484848. Windows color (decimal): -3407018 or 5637068. OLE color: 5637068.

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

Color convert

RGB204386-
CMYK00.990.580.2
HSL335.22º97.1%40.59%-
HSV(B)335.22º98.53%80%-
XYZ26.6113.5710.02-
YUV72.56135.59221.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.62%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=69.62%
G=1.02%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20438600.990.580.2335.2297.140.59
HexCC3560633A1414f6129
Octal31431260143722451714151
Binary1100110011101011001100011111010101001010011111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0356; }

 p { color: rgb(204,3,86); }

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

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

 a { background-color: rgb(204,3,86); }

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

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

 span { border-color: rgb(204,3,86); }

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