#cd5e53

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

Shades of Sunglo #CD5E53

Tints of Sunglo #CD5E53

Color information

#CD5E53 (or 0xCD5E53) is unknown color: approx Sunglo. HEX triplet: CD, 5E and 53. RGB value is (205,94,83). Sum of RGB (Red+Green+Blue) = 205+94+83=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E53 is #32A1AC. Grayscale: #7E7E7E. Windows color (decimal): -3318189 or 5463757. OLE color: 5463757.

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

Color convert

RGB2059483-
CMYK00.540.600.20
HSL5.41º54.95%56.47%-
HSV(B)5.41º59.51%80.39%-
XYZ30.7421.6110.73-
YUV125.93103.77184.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 83 (32.81% from 255) = 21.73%
R=53.66%
G=24.61%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205948300.540.600.205.4154.9556.47
HexCD5E530363C1453738
Octal315136123066742456770
Binary1100110110111101010011011011011110010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5e53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5e53; }

 p { color: rgb(205,94,83); }

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

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

 a { background-color: rgb(205,94,83); }

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

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

 span { border-color: rgb(205,94,83); }

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