#CA886E

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

Shades of Burning Sand #CA886E

Tints of Burning Sand #CA886E

Color information

#CA886E (or 0xCA886E) is unknown color: approx Burning Sand. HEX triplet: CA, 88 and 6E. RGB value is (202,136,110). Sum of RGB (Red+Green+Blue) = 202+136+110=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886E is #357791. Grayscale: #989898. Windows color (decimal): -3504018 or 7243978. OLE color: 7243978.

HSL color Cylindrical-coordinate representation of color #CA886E: hue angle of 16.96º degrees, saturation: 0.46, 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 #CA886E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202136110-
CMYK00.330.460.21
HSL16.96º46.46%61.18%-
HSV(B)16.96º45.54%79.22%-
XYZ35.9831.2918.9-
YUV152.77103.87163.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 110 (43.36% from 255) = 24.55%
R=45.09%
G=30.36%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213611000.330.460.2116.9646.4661.18
HexCA886E0212E15112e3d
Octal3122101560415625215675
Binary1100101010001000110111001000011011101010110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA886E; }

 p { color: rgb(202,136,110); }

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

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

 a { background-color: rgb(202,136,110); }

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

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

 span { border-color: rgb(202,136,110); }

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