#CA5F58

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

Shades of Sunglo #CA5F58

Tints of Sunglo #CA5F58

Color information

#CA5F58 (or 0xCA5F58) is unknown color: approx Sunglo. HEX triplet: CA, 5F and 58. RGB value is (202,95,88). Sum of RGB (Red+Green+Blue) = 202+95+88=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F58 is #35A0A7. Grayscale: #7E7E7E. Windows color (decimal): -3514536 or 5791690. OLE color: 5791690.

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

Color convert

RGB2029588-
CMYK00.530.560.21
HSL3.68º51.82%56.86%-
HSV(B)3.68º56.44%79.22%-
XYZ30.2121.4511.78-
YUV126.19106.45182.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=52.47%
G=24.68%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202958800.530.560.213.6851.8256.86
HexCA5F58035381543439
Octal312137130065702546471
Binary1100101010111111011000011010111100010101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F58; }

 p { color: rgb(202,95,88); }

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

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

 a { background-color: rgb(202,95,88); }

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

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

 span { border-color: rgb(202,95,88); }

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