#CD6E70

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

Shades of Froly #CD6E70

Tints of Froly #CD6E70

Color information

#CD6E70 (or 0xCD6E70) is unknown color: approx Froly. HEX triplet: CD, 6E and 70. RGB value is (205,110,112). Sum of RGB (Red+Green+Blue) = 205+110+112=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E70 is #32918F. Grayscale: #8A8A8A. Windows color (decimal): -3314064 or 7368397. OLE color: 7368397.

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

Color convert

RGB205110112-
CMYK00.460.450.20
HSL358.74º48.72%61.76%-
HSV(B)358.74º46.34%80.39%-
XYZ33.6825.318.44-
YUV138.63112.97175.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=48.01%
G=25.76%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511011200.460.450.20358.7448.7261.76
HexCD6E7002E2D14167313e
Octal31515616005655245476176
Binary1100110111011101110000010111010110110100101100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E70; }

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

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

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

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

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

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

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

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