#CD6C76

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

Shades of Froly #CD6C76

Tints of Froly #CD6C76

Color information

#CD6C76 (or 0xCD6C76) is unknown color: approx Froly. HEX triplet: CD, 6C and 76. RGB value is (205,108,118). Sum of RGB (Red+Green+Blue) = 205+108+118=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C76 is #329389. Grayscale: #8A8A8A. Windows color (decimal): -3314570 or 7761101. OLE color: 7761101.

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

Color convert

RGB205108118-
CMYK00.470.420.20
HSL353.81º49.24%61.37%-
HSV(B)353.81º47.32%80.39%-
XYZ33.8125.0120.19-
YUV138.14116.64175.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=47.56%
G=25.06%
B=27.38%

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
Decimal20510811800.470.420.20353.8149.2461.37
HexCD6C7602F2A14162313d
Octal31515416605752245426175
Binary1100110111011001110110010111110101010100101100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6C76; }

 p { color: rgb(205,108,118); }

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

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

 a { background-color: rgb(205,108,118); }

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

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

 span { border-color: rgb(205,108,118); }

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