#CA885F

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

Shades of Burning Sand #CA885F

Tints of Burning Sand #CA885F

Color information

#CA885F (or 0xCA885F) is unknown color: approx Burning Sand. HEX triplet: CA, 88 and 5F. RGB value is (202,136,95). Sum of RGB (Red+Green+Blue) = 202+136+95=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA885F is #3577A0. Grayscale: #979797. Windows color (decimal): -3504033 or 6260938. OLE color: 6260938.

HSL color Cylindrical-coordinate representation of color #CA885F: hue angle of 22.99º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA885F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20213695-
CMYK00.330.530.21
HSL22.99º50.23%58.24%-
HSV(B)22.99º52.97%79.22%-
XYZ35.2330.9914.95-
YUV151.0696.37164.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=46.65%
G=31.41%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021369500.330.530.2122.9950.2358.24
HexCA885F021351517323a
Octal3122101370416525276272
Binary1100101010001000101111101000011101011010110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA885F; }

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

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

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

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

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

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

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

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