#CA8661

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

Shades of Burning Sand #CA8661

Tints of Burning Sand #CA8661

Color information

#CA8661 (or 0xCA8661) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 61. RGB value is (202,134,97). Sum of RGB (Red+Green+Blue) = 202+134+97=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8661 is #35799E. Grayscale: #969696. Windows color (decimal): -3504543 or 6391498. OLE color: 6391498.

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

Color convert

RGB20213497-
CMYK00.340.520.21
HSL21.14º49.76%58.63%-
HSV(B)21.14º51.98%79.22%-
XYZ35.0430.4715.34-
YUV150.1198.03165.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=46.65%
G=30.95%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021349700.340.520.2121.1449.7658.63
HexCA8661022341515323b
Octal3122061410426425256273
Binary1100101010000110110000101000101101001010110101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8661; }

 p { color: rgb(202,134,97); }

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

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

 a { background-color: rgb(202,134,97); }

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

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

 span { border-color: rgb(202,134,97); }

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