#CA806D

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

Shades of Burning Sand #CA806D

Tints of Burning Sand #CA806D

Color information

#CA806D (or 0xCA806D) is unknown color: approx Burning Sand. HEX triplet: CA, 80 and 6D. RGB value is (202,128,109). Sum of RGB (Red+Green+Blue) = 202+128+109=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA806D is #357F92. Grayscale: #949494. Windows color (decimal): -3506067 or 7176394. OLE color: 7176394.

HSL color Cylindrical-coordinate representation of color #CA806D: hue angle of 12.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA806D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202128109-
CMYK00.370.460.21
HSL12.26º46.73%60.98%-
HSV(B)12.26º46.04%79.22%-
XYZ34.8429.118.25-
YUV147.96106.02166.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=46.01%
G=29.16%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212810900.370.460.2112.2646.7360.98
HexCA806D0252E15c2f3d
Octal3122001550455625145775
Binary110010101000000011011010100101101110101011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA806D; }

 p { color: rgb(202,128,109); }

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

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

 a { background-color: rgb(202,128,109); }

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

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

 span { border-color: rgb(202,128,109); }

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