#CA896D

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

Shades of Burning Sand #CA896D

Tints of Burning Sand #CA896D

Color information

#CA896D (or 0xCA896D) is unknown color: approx Burning Sand. HEX triplet: CA, 89 and 6D. RGB value is (202,137,109). Sum of RGB (Red+Green+Blue) = 202+137+109=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA896D is #357692. Grayscale: #999999. Windows color (decimal): -3503763 or 7178698. OLE color: 7178698.

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

Color convert

RGB202137109-
CMYK00.320.460.21
HSL18.06º46.73%60.98%-
HSV(B)18.06º46.04%79.22%-
XYZ36.0631.5518.66-
YUV153.24103.03162.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=45.09%
G=30.58%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213710900.320.460.2118.0646.7360.98
HexCA896D0202E15122f3d
Octal3122111550405625225775
Binary1100101010001001110110101000001011101010110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA896D; }

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

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

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

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

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

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

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

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