#CA835E

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

Shades of Burning Sand #CA835E

Tints of Burning Sand #CA835E

Color information

#CA835E (or 0xCA835E) is unknown color: approx Burning Sand. HEX triplet: CA, 83 and 5E. RGB value is (202,131,94). Sum of RGB (Red+Green+Blue) = 202+131+94=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA835E is #357CA1. Grayscale: #949494. Windows color (decimal): -3505314 or 6194122. OLE color: 6194122.

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

Color convert

RGB20213194-
CMYK00.350.530.21
HSL20.56º50.47%58.04%-
HSV(B)20.56º53.47%79.22%-
XYZ34.4929.614.48-
YUV148.0197.52166.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=47.31%
G=30.68%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021319400.350.530.2120.5650.4758.04
HexCA835E023351515323a
Octal3122031360436525256272
Binary1100101010000011101111001000111101011010110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA835E; }

 p { color: rgb(202,131,94); }

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

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

 a { background-color: rgb(202,131,94); }

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

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

 span { border-color: rgb(202,131,94); }

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