#ca7e59

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

Shades of Burning Sand #CA7E59

Tints of Burning Sand #CA7E59

Color information

#CA7E59 (or 0xCA7E59) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 59. RGB value is (202,126,89). Sum of RGB (Red+Green+Blue) = 202+126+89=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E59 is #3581A6. Grayscale: #909090. Windows color (decimal): -3506599 or 5865162. OLE color: 5865162.

HSL color Cylindrical-coordinate representation of color #CA7E59: hue angle of 19.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA7E59 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20212689-
CMYK00.380.560.21
HSL19.65º51.6%57.06%-
HSV(B)19.65º55.94%79.22%-
XYZ33.6228.213.12-
YUV144.5196.68169.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=48.44%
G=30.22%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021268900.380.560.2119.6551.657.06
HexCA7E590263815143439
Octal3121761310467025246471
Binary110010101111110101100101001101110001010110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7e59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7e59; }

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

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

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

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

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

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

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

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