#CA8361

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

Shades of Burning Sand #CA8361

Tints of Burning Sand #CA8361

Color information

#CA8361 (or 0xCA8361) is unknown color: approx Burning Sand. HEX triplet: CA, 83 and 61. RGB value is (202,131,97). Sum of RGB (Red+Green+Blue) = 202+131+97=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8361 is #357C9E. Grayscale: #949494. Windows color (decimal): -3505311 or 6390730. OLE color: 6390730.

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

Color convert

RGB20213197-
CMYK00.350.520.21
HSL19.43º49.76%58.63%-
HSV(B)19.43º51.98%79.22%-
XYZ34.6329.6515.21-
YUV148.3599.02166.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=46.98%
G=30.47%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021319700.350.520.2119.4349.7658.63
HexCA8361023341513323b
Octal3122031410436425236273
Binary1100101010000011110000101000111101001010110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8361; }

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

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

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

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

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

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

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

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