#CD6D6E

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

Shades of Froly #CD6D6E

Tints of Froly #CD6D6E

Color information

#CD6D6E (or 0xCD6D6E) is unknown color: approx Froly. HEX triplet: CD, 6D and 6E. RGB value is (205,109,110). Sum of RGB (Red+Green+Blue) = 205+109+110=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D6E is #329291. Grayscale: #898989. Windows color (decimal): -3314322 or 7237069. OLE color: 7237069.

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

Color convert

RGB205109110-
CMYK00.470.460.20
HSL359.38º48.98%61.57%-
HSV(B)359.38º46.83%80.39%-
XYZ33.4625.0417.82-
YUV137.82112.3175.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=48.35%
G=25.71%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510911000.470.460.20359.3848.9861.57
HexCD6D6E02F2E14167313e
Octal31515515605756245476176
Binary1100110111011011101110010111110111010100101100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D6E; }

 p { color: rgb(205,109,110); }

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

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

 a { background-color: rgb(205,109,110); }

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

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

 span { border-color: rgb(205,109,110); }

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