#CD687A

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

Shades of Charm #CD687A

Tints of Charm #CD687A

Color information

#CD687A (or 0xCD687A) is unknown color: approx Charm. HEX triplet: CD, 68 and 7A. RGB value is (205,104,122). Sum of RGB (Red+Green+Blue) = 205+104+122=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD687A is #329785. Grayscale: #888888. Windows color (decimal): -3315590 or 8022221. OLE color: 8022221.

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

Color convert

RGB205104122-
CMYK00.490.400.20
HSL349.31º50.25%60.59%-
HSV(B)349.31º49.27%80.39%-
XYZ33.6424.2821.33-
YUV136.25119.96177.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=47.56%
G=24.13%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510412200.490.400.20349.3150.2560.59
HexCD687A031281415d323d
Octal31515017206150245356275
Binary1100110111010001111010011000110100010100101011101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD687A; }

 p { color: rgb(205,104,122); }

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

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

 a { background-color: rgb(205,104,122); }

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

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

 span { border-color: rgb(205,104,122); }

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