#cd5f57

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

Shades of Sunglo #CD5F57

Tints of Sunglo #CD5F57

Color information

#CD5F57 (or 0xCD5F57) is unknown color: approx Sunglo. HEX triplet: CD, 5F and 57. RGB value is (205,95,87). Sum of RGB (Red+Green+Blue) = 205+95+87=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5F57 is #32A0A8. Grayscale: #7F7F7F. Windows color (decimal): -3317929 or 5726157. OLE color: 5726157.

HSL color Cylindrical-coordinate representation of color #CD5F57: hue angle of 4.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5F57 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2059587-
CMYK00.540.580.20
HSL4.07º54.13%57.25%-
HSV(B)4.07º57.56%80.39%-
XYZ30.9921.8511.6-
YUV126.98105.44183.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=52.97%
G=24.55%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205958700.540.580.204.0754.1357.25
HexCD5F570363A1443639
Octal315137127066722446671
Binary1100110110111111010111011011011101010100100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5f57; }

 p { color: rgb(205,95,87); }

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

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

 a { background-color: rgb(205,95,87); }

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

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

 span { border-color: rgb(205,95,87); }

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