#CD686C

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

Shades of Froly #CD686C

Tints of Froly #CD686C

Color information

#CD686C (or 0xCD686C) is unknown color: approx Froly. HEX triplet: CD, 68 and 6C. RGB value is (205,104,108). Sum of RGB (Red+Green+Blue) = 205+104+108=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD686C is #329793. Grayscale: #868686. Windows color (decimal): -3315604 or 7104717. OLE color: 7104717.

HSL color Cylindrical-coordinate representation of color #CD686C: hue angle of 357.62º 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 #CD686C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205104108-
CMYK00.490.470.20
HSL357.62º50.25%60.59%-
HSV(B)357.62º49.27%80.39%-
XYZ32.8323.9617.08-
YUV134.66112.96178.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=49.16%
G=24.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510410800.490.470.20357.6250.2560.59
HexCD686C0312F14166323d
Octal31515015406157245466275
Binary1100110111010001101100011000110111110100101100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD686C; }

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

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

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

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

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

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

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

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