#CD6F76

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

Shades of Froly #CD6F76

Tints of Froly #CD6F76

Color information

#CD6F76 (or 0xCD6F76) is unknown color: approx Froly. HEX triplet: CD, 6F and 76. RGB value is (205,111,118). Sum of RGB (Red+Green+Blue) = 205+111+118=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F76 is #329089. Grayscale: #8B8B8B. Windows color (decimal): -3313802 or 7761869. OLE color: 7761869.

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

Color convert

RGB205111118-
CMYK00.460.420.20
HSL355.53º48.45%61.96%-
HSV(B)355.53º45.85%80.39%-
XYZ34.1325.6620.29-
YUV139.9115.64174.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=47.24%
G=25.58%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511111800.460.420.20355.5348.4561.96
HexCD6F7602E2A14164303e
Octal31515716605652245446076
Binary1100110111011111110110010111010101010100101100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F76; }

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

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

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

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

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

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

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

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