#CA865D

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

Shades of Burning Sand #CA865D

Tints of Burning Sand #CA865D

Color information

#CA865D (or 0xCA865D) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 5D. RGB value is (202,134,93). Sum of RGB (Red+Green+Blue) = 202+134+93=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA865D is #3579A2. Grayscale: #959595. Windows color (decimal): -3504547 or 6129354. OLE color: 6129354.

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

Color convert

RGB20213493-
CMYK00.340.540.21
HSL22.57º50.7%57.84%-
HSV(B)22.57º53.96%79.22%-
XYZ34.8630.414.39-
YUV149.6696.03165.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=47.09%
G=31.24%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021349300.340.540.2122.5750.757.84
HexCA865D022361517333a
Octal3122061350426625276372
Binary1100101010000110101110101000101101101010110111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA865D; }

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

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

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

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

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

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

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

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