#CA806A

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

Shades of Burning Sand #CA806A

Tints of Burning Sand #CA806A

Color information

#CA806A (or 0xCA806A) is unknown color: approx Burning Sand. HEX triplet: CA, 80 and 6A. RGB value is (202,128,106). Sum of RGB (Red+Green+Blue) = 202+128+106=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA806A is #357F95. Grayscale: #939393. Windows color (decimal): -3506070 or 6979786. OLE color: 6979786.

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

Color convert

RGB202128106-
CMYK00.370.480.21
HSL13.75º47.52%60.39%-
HSV(B)13.75º47.52%79.22%-
XYZ34.6829.0417.41-
YUV147.62104.52166.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=46.33%
G=29.36%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212810600.370.480.2113.7547.5260.39
HexCA806A0253015e303c
Octal3122001520456025166074
Binary110010101000000011010100100101110000101011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA806A; }

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

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

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

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

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

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

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

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