#CA6353

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

Shades of Sunglo #CA6353

Tints of Sunglo #CA6353

Color information

#CA6353 (or 0xCA6353) is unknown color: approx Sunglo. HEX triplet: CA, 63 and 53. RGB value is (202,99,83). Sum of RGB (Red+Green+Blue) = 202+99+83=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6353 is #359CAC. Grayscale: #808080. Windows color (decimal): -3513517 or 5465034. OLE color: 5465034.

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

Color convert

RGB2029983-
CMYK00.510.590.21
HSL8.07º52.89%55.88%-
HSV(B)8.07º58.91%79.22%-
XYZ30.3822.110.85-
YUV127.97102.62180.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 83 (32.81% from 255) = 21.61%
R=52.60%
G=25.78%
B=21.61%

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
Decimal202998300.510.590.218.0752.8955.88
HexCA63530333B1583538
Octal3121431230637325106570
Binary11001010110001110100110110011111011101011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6353; }

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

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

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

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

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

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

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

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