#CD7276

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

Shades of Froly #CD7276

Tints of Froly #CD7276

Color information

#CD7276 (or 0xCD7276) is unknown color: approx Froly. HEX triplet: CD, 72 and 76. RGB value is (205,114,118). Sum of RGB (Red+Green+Blue) = 205+114+118=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7276 is #328D89. Grayscale: #8D8D8D. Windows color (decimal): -3313034 or 7762637. OLE color: 7762637.

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

Color convert

RGB205114118-
CMYK00.440.420.20
HSL357.36º47.64%62.55%-
HSV(B)357.36º44.39%80.39%-
XYZ34.4626.3220.4-
YUV141.66114.65173.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=46.91%
G=26.09%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511411800.440.420.20357.3647.6462.55
HexCD727602C2A14165303f
Octal31516216605452245456077
Binary1100110111100101110110010110010101010100101100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7276; }

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

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

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

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

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

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

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

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