#CA5C55

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

Shades of Sunglo #CA5C55

Tints of Sunglo #CA5C55

Color information

#CA5C55 (or 0xCA5C55) is unknown color: approx Sunglo. HEX triplet: CA, 5C and 55. RGB value is (202,92,85). Sum of RGB (Red+Green+Blue) = 202+92+85=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C55 is #35A3AA. Grayscale: #7C7C7C. Windows color (decimal): -3515307 or 5594314. OLE color: 5594314.

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

Color convert

RGB2029285-
CMYK00.540.580.21
HSL3.59º52.47%56.27%-
HSV(B)3.59º57.92%79.22%-
XYZ29.8220.8711.05-
YUV124.09105.94183.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=53.30%
G=24.27%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202928500.540.580.213.5952.4756.27
HexCA5C550363A1543438
Octal312134125066722546470
Binary1100101010111001010101011011011101010101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C55; }

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

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

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

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

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

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

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

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