#CA5A51

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

Shades of Sunglo #CA5A51

Tints of Sunglo #CA5A51

Color information

#CA5A51 (or 0xCA5A51) is unknown color: approx Sunglo. HEX triplet: CA, 5A and 51. RGB value is (202,90,81). Sum of RGB (Red+Green+Blue) = 202+90+81=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A51 is #35A5AE. Grayscale: #7A7A7A. Windows color (decimal): -3515823 or 5331658. OLE color: 5331658.

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

Color convert

RGB2029081-
CMYK00.550.600.21
HSL4.46º53.3%55.49%-
HSV(B)4.46º59.9%79.22%-
XYZ29.520.4610.18-
YUV122.46104.61184.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=54.16%
G=24.13%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202908100.550.600.214.4653.355.49
HexCA5A510373C1543537
Octal312132121067742546567
Binary1100101010110101010001011011111110010101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A51; }

 p { color: rgb(202,90,81); }

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

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

 a { background-color: rgb(202,90,81); }

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

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

 span { border-color: rgb(202,90,81); }

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