#CA5C53

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

Shades of Sunglo #CA5C53

Tints of Sunglo #CA5C53

Color information

#CA5C53 (or 0xCA5C53) is unknown color: approx Sunglo. HEX triplet: CA, 5C and 53. RGB value is (202,92,83). Sum of RGB (Red+Green+Blue) = 202+92+83=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C53 is #35A3AC. Grayscale: #7C7C7C. Windows color (decimal): -3515309 or 5463242. OLE color: 5463242.

HSL color Cylindrical-coordinate representation of color #CA5C53: hue angle of 4.54º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5C53 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2029283-
CMYK00.540.590.21
HSL4.54º52.89%55.88%-
HSV(B)4.54º58.91%79.22%-
XYZ29.7520.8410.64-
YUV123.86104.94183.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=53.58%
G=24.40%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202928300.540.590.214.5452.8955.88
HexCA5C530363B1553538
Octal312134123066732556570
Binary1100101010111001010011011011011101110101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C53; }

 p { color: rgb(202,92,83); }

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

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

 a { background-color: rgb(202,92,83); }

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

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

 span { border-color: rgb(202,92,83); }

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