#CA8A69

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

Shades of Burning Sand #CA8A69

Tints of Burning Sand #CA8A69

Color information

#CA8A69 (or 0xCA8A69) is unknown color: approx Burning Sand. HEX triplet: CA, 8A and 69. RGB value is (202,138,105). Sum of RGB (Red+Green+Blue) = 202+138+105=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A69 is #357596. Grayscale: #999999. Windows color (decimal): -3503511 or 6916810. OLE color: 6916810.

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

Color convert

RGB202138105-
CMYK00.320.480.21
HSL20.41º47.78%60.2%-
HSV(B)20.41º48.02%79.22%-
XYZ3631.7517.6-
YUV153.37100.7162.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=45.39%
G=31.01%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213810500.320.480.2120.4147.7860.2
HexCA8A69020301514303c
Octal3122121510406025246074
Binary1100101010001010110100101000001100001010110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A69; }

 p { color: rgb(202,138,105); }

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

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

 a { background-color: rgb(202,138,105); }

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

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

 span { border-color: rgb(202,138,105); }

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