#CD5D55

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

Shades of Sunglo #CD5D55

Tints of Sunglo #CD5D55

Color information

#CD5D55 (or 0xCD5D55) is unknown color: approx Sunglo. HEX triplet: CD, 5D and 55. RGB value is (205,93,85). Sum of RGB (Red+Green+Blue) = 205+93+85=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D55 is #32A2AA. Grayscale: #7D7D7D. Windows color (decimal): -3318443 or 5594573. OLE color: 5594573.

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

Color convert

RGB2059385-
CMYK00.550.590.20
HSL54.55%56.86%-
HSV(B)58.54%80.39%-
XYZ30.7321.4611.12-
YUV125.58105.11184.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=53.52%
G=24.28%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205938500.550.590.20454.5556.86
HexCD5D550373B1443739
Octal315135125067732446771
Binary1100110110111011010101011011111101110100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D55; }

 p { color: rgb(205,93,85); }

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

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

 a { background-color: rgb(205,93,85); }

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

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

 span { border-color: rgb(205,93,85); }

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