#CD6E73

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

Shades of Froly #CD6E73

Tints of Froly #CD6E73

Color information

#CD6E73 (or 0xCD6E73) is unknown color: approx Froly. HEX triplet: CD, 6E and 73. RGB value is (205,110,115). Sum of RGB (Red+Green+Blue) = 205+110+115=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E73 is #32918C. Grayscale: #8B8B8B. Windows color (decimal): -3314061 or 7565005. OLE color: 7565005.

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

Color convert

RGB205110115-
CMYK00.460.440.20
HSL356.84º48.72%61.76%-
HSV(B)356.84º46.34%80.39%-
XYZ33.8525.3719.33-
YUV138.98114.47175.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=47.67%
G=25.58%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511011500.460.440.20356.8448.7261.76
HexCD6E7302E2C14165313e
Octal31515616305654245456176
Binary1100110111011101110011010111010110010100101100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E73; }

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

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

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

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

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

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

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

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