#CA8969

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

Shades of Burning Sand #CA8969

Tints of Burning Sand #CA8969

Color information

#CA8969 (or 0xCA8969) is unknown color: approx Burning Sand. HEX triplet: CA, 89 and 69. RGB value is (202,137,105). Sum of RGB (Red+Green+Blue) = 202+137+105=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8969 is #357696. Grayscale: #989898. Windows color (decimal): -3503767 or 6916554. OLE color: 6916554.

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

Color convert

RGB202137105-
CMYK00.320.480.21
HSL19.79º47.78%60.2%-
HSV(B)19.79º48.02%79.22%-
XYZ35.8531.4717.55-
YUV152.79101.03163.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=45.50%
G=30.86%
B=23.65%

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
Decimal20213710500.320.480.2119.7947.7860.2
HexCA8969020301514303c
Octal3122111510406025246074
Binary1100101010001001110100101000001100001010110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8969; }

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

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

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

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

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

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

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

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