#CA7E5E

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

Shades of Burning Sand #CA7E5E

Tints of Burning Sand #CA7E5E

Color information

#CA7E5E (or 0xCA7E5E) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 5E. RGB value is (202,126,94). Sum of RGB (Red+Green+Blue) = 202+126+94=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E5E is #3581A1. Grayscale: #919191. Windows color (decimal): -3506594 or 6192842. OLE color: 6192842.

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

Color convert

RGB20212694-
CMYK00.380.530.21
HSL17.78º50.47%58.04%-
HSV(B)17.78º53.47%79.22%-
XYZ33.8428.2914.27-
YUV145.0899.18168.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=47.87%
G=29.86%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021269400.380.530.2117.7850.4758.04
HexCA7E5E026351512323a
Octal3121761360466525226272
Binary110010101111110101111001001101101011010110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E5E; }

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

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

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

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

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

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

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

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