#CC6467

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

Shades of Mandy #CC6467

Tints of Mandy #CC6467

Color information

#CC6467 (or 0xCC6467) is unknown color: approx Mandy. HEX triplet: CC, 64 and 67. RGB value is (204,100,103). Sum of RGB (Red+Green+Blue) = 204+100+103=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6467 is #339B98. Grayscale: #838383. Windows color (decimal): -3382169 or 6776012. OLE color: 6776012.

HSL color Cylindrical-coordinate representation of color #CC6467: hue angle of 358.27º 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 #CC6467 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204100103-
CMYK00.510.500.2
HSL358.27º50.49%59.61%-
HSV(B)358.27º50.98%80%-
XYZ31.9122.9315.58-
YUV131.44111.96179.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=50.12%
G=24.57%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410010300.510.500.2358.2750.4959.61
HexCC64670333214166323c
Octal31414414706362245466274
Binary1100110011001001100111011001111001010100101100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6467; }

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

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

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

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

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

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

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

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