#CD7175

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

Shades of Froly #CD7175

Tints of Froly #CD7175

Color information

#CD7175 (or 0xCD7175) is unknown color: approx Froly. HEX triplet: CD, 71 and 75. RGB value is (205,113,117). Sum of RGB (Red+Green+Blue) = 205+113+117=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7175 is #328E8A. Grayscale: #8D8D8D. Windows color (decimal): -3313291 or 7696845. OLE color: 7696845.

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

Color convert

RGB205113117-
CMYK00.450.430.20
HSL357.39º47.92%62.35%-
HSV(B)357.39º44.88%80.39%-
XYZ34.2926.0720.05-
YUV140.96114.48173.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=47.13%
G=25.98%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511311700.450.430.20357.3947.9262.35
HexCD717502D2B14165303e
Octal31516116505553245456076
Binary1100110111100011110101010110110101110100101100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7175; }

 p { color: rgb(205,113,117); }

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

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

 a { background-color: rgb(205,113,117); }

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

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

 span { border-color: rgb(205,113,117); }

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