#CC6468

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

Shades of Mandy #CC6468

Tints of Mandy #CC6468

Color information

#CC6468 (or 0xCC6468) is unknown color: approx Mandy. HEX triplet: CC, 64 and 68. RGB value is (204,100,104). Sum of RGB (Red+Green+Blue) = 204+100+104=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6468 is #339B97. Grayscale: #838383. Windows color (decimal): -3382168 or 6841548. OLE color: 6841548.

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

Color convert

RGB204100104-
CMYK00.510.490.2
HSL357.69º50.49%59.61%-
HSV(B)357.69º50.98%80%-
XYZ31.9622.9515.84-
YUV131.55112.46179.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=50%
G=24.51%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410010400.510.490.2357.6950.4959.61
HexCC64680333114166323c
Octal31414415006361245466274
Binary1100110011001001101000011001111000110100101100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6468; }

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

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

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

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

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

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

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

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