#CA8366

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

Shades of Burning Sand #CA8366

Tints of Burning Sand #CA8366

Color information

#CA8366 (or 0xCA8366) is unknown color: approx Burning Sand. HEX triplet: CA, 83 and 66. RGB value is (202,131,102). Sum of RGB (Red+Green+Blue) = 202+131+102=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8366 is #357C99. Grayscale: #959595. Windows color (decimal): -3505306 or 6718410. OLE color: 6718410.

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

Color convert

RGB202131102-
CMYK00.350.500.21
HSL17.4º48.54%59.61%-
HSV(B)17.4º49.5%79.22%-
XYZ34.8729.7516.47-
YUV148.92101.52165.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=46.44%
G=30.11%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213110200.350.500.2117.448.5459.61
HexCA8366023321511313c
Octal3122031460436225216174
Binary1100101010000011110011001000111100101010110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8366; }

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

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

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

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

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

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

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

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