#CC6364

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

Shades of Mandy #CC6364

Tints of Mandy #CC6364

Color information

#CC6364 (or 0xCC6364) is unknown color: approx Mandy. HEX triplet: CC, 63 and 64. RGB value is (204,99,100). Sum of RGB (Red+Green+Blue) = 204+99+100=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6364 is #339C9B. Grayscale: #828282. Windows color (decimal): -3382428 or 6579148. OLE color: 6579148.

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

Color convert

RGB20499100-
CMYK00.510.510.2
HSL359.43º50.72%59.41%-
HSV(B)359.43º51.47%80%-
XYZ31.6622.6814.77-
YUV130.51110.79180.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=50.62%
G=24.57%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049910000.510.510.2359.4350.7259.41
HexCC63640333314167333b
Octal31414314406363245476373
Binary1100110011000111100100011001111001110100101100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6364; }

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

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

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

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

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

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

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

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