#CA6352

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

Shades of Sunglo #CA6352

Tints of Sunglo #CA6352

Color information

#CA6352 (or 0xCA6352) is unknown color: approx Sunglo. HEX triplet: CA, 63 and 52. RGB value is (202,99,82). Sum of RGB (Red+Green+Blue) = 202+99+82=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6352 is #359CAD. Grayscale: #808080. Windows color (decimal): -3513518 or 5399498. OLE color: 5399498.

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

Color convert

RGB2029982-
CMYK00.510.590.21
HSL8.5º53.1%55.69%-
HSV(B)8.5º59.41%79.22%-
XYZ30.3422.0910.65-
YUV127.86102.12180.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=52.74%
G=25.85%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202998200.510.590.218.553.155.69
HexCA63520333B1593538
Octal3121431220637325116570
Binary11001010110001110100100110011111011101011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6352; }

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

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

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

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

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

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

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

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