#CD5C52

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

Shades of Sunglo #CD5C52

Tints of Sunglo #CD5C52

Color information

#CD5C52 (or 0xCD5C52) is unknown color: approx Sunglo. HEX triplet: CD, 5C and 52. RGB value is (205,92,82). Sum of RGB (Red+Green+Blue) = 205+92+82=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C52 is #32A3AD. Grayscale: #7C7C7C. Windows color (decimal): -3318702 or 5397709. OLE color: 5397709.

HSL color Cylindrical-coordinate representation of color #CD5C52: hue angle of 4.88º 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 #CD5C52 is Cyan = 0, Magento = 0.55, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB2059282-
CMYK00.550.60.20
HSL4.88º55.16%56.27%-
HSV(B)4.88º60%80.39%-
XYZ30.5321.2410.47-
YUV124.65103.94185.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=54.09%
G=24.27%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205928200.550.60.204.8855.1656.27
HexCD5C520373C1453738
Octal315134122067742456770
Binary1100110110111001010010011011111110010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C52; }

 p { color: rgb(205,92,82); }

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

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

 a { background-color: rgb(205,92,82); }

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

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

 span { border-color: rgb(205,92,82); }

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