#CD686F

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

Shades of Froly #CD686F

Tints of Froly #CD686F

Color information

#CD686F (or 0xCD686F) is unknown color: approx Froly. HEX triplet: CD, 68 and 6F. RGB value is (205,104,111). Sum of RGB (Red+Green+Blue) = 205+104+111=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD686F is #329790. Grayscale: #878787. Windows color (decimal): -3315601 or 7301325. OLE color: 7301325.

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

Color convert

RGB205104111-
CMYK00.490.460.20
HSL355.84º50.25%60.59%-
HSV(B)355.84º49.27%80.39%-
XYZ3324.0317.94-
YUV135114.46177.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=48.81%
G=24.76%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510411100.490.460.20355.8450.2560.59
HexCD686F0312E14164323d
Octal31515015706156245446275
Binary1100110111010001101111011000110111010100101100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD686F; }

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

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

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

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

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

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

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

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