#CD6D77

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

Shades of Froly #CD6D77

Tints of Froly #CD6D77

Color information

#CD6D77 (or 0xCD6D77) is unknown color: approx Froly. HEX triplet: CD, 6D and 77. RGB value is (205,109,119). Sum of RGB (Red+Green+Blue) = 205+109+119=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D77 is #329288. Grayscale: #8A8A8A. Windows color (decimal): -3314313 or 7826893. OLE color: 7826893.

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

Color convert

RGB205109119-
CMYK00.470.420.20
HSL353.75º48.98%61.57%-
HSV(B)353.75º46.83%80.39%-
XYZ33.9825.2520.54-
YUV138.84116.8175.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=47.34%
G=25.17%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510911900.470.420.20353.7548.9861.57
HexCD6D7702F2A14162313e
Octal31515516705752245426176
Binary1100110111011011110111010111110101010100101100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D77; }

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

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

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

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

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

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

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

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