#CA5E52

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

Shades of Sunglo #CA5E52

Tints of Sunglo #CA5E52

Color information

#CA5E52 (or 0xCA5E52) is unknown color: approx Sunglo. HEX triplet: CA, 5E and 52. RGB value is (202,94,82). Sum of RGB (Red+Green+Blue) = 202+94+82=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E52 is #35A1AD. Grayscale: #7D7D7D. Windows color (decimal): -3514798 or 5398218. OLE color: 5398218.

HSL color Cylindrical-coordinate representation of color #CA5E52: hue angle of 6º 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 #CA5E52 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2029482-
CMYK00.530.590.21
HSL53.1%55.69%-
HSV(B)59.41%79.22%-
XYZ29.8821.1710.49-
YUV124.92103.78182.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=53.44%
G=24.87%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202948200.530.590.21653.155.69
HexCA5E520353B1563538
Octal312136122065732566570
Binary1100101010111101010010011010111101110101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E52; }

 p { color: rgb(202,94,82); }

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

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

 a { background-color: rgb(202,94,82); }

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

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

 span { border-color: rgb(202,94,82); }

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