#CC687D

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

Shades of Charm #CC687D

Tints of Charm #CC687D

Color information

#CC687D (or 0xCC687D) is unknown color: approx Charm. HEX triplet: CC, 68 and 7D. RGB value is (204,104,125). Sum of RGB (Red+Green+Blue) = 204+104+125=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC687D is #339782. Grayscale: #888888. Windows color (decimal): -3381123 or 8218828. OLE color: 8218828.

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

Color convert

RGB204104125-
CMYK00.490.390.2
HSL347.4º49.5%60.39%-
HSV(B)347.4º49.02%80%-
XYZ33.5524.2222.31-
YUV136.29121.63176.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=47.11%
G=24.02%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410412500.490.390.2347.449.560.39
HexCC687D031271415b323c
Octal31415017506147245336274
Binary1100110011010001111101011000110011110100101011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC687D; }

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

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

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

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

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

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

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

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