#CA8367

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

Shades of Burning Sand #CA8367

Tints of Burning Sand #CA8367

Color information

#CA8367 (or 0xCA8367) is unknown color: approx Burning Sand. HEX triplet: CA, 83 and 67. RGB value is (202,131,103). Sum of RGB (Red+Green+Blue) = 202+131+103=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8367 is #357C98. Grayscale: #959595. Windows color (decimal): -3505305 or 6783946. OLE color: 6783946.

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

Color convert

RGB202131103-
CMYK00.350.490.21
HSL16.97º48.29%59.8%-
HSV(B)16.97º49.01%79.22%-
XYZ34.9229.7716.74-
YUV149.04102.02165.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=46.33%
G=30.05%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213110300.350.490.2116.9748.2959.8
HexCA8367023311511303c
Octal3122031470436125216074
Binary1100101010000011110011101000111100011010110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8367; }

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

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

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

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

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

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

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

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