#CA7F59

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

Shades of Burning Sand #CA7F59

Tints of Burning Sand #CA7F59

Color information

#CA7F59 (or 0xCA7F59) is unknown color: approx Burning Sand. HEX triplet: CA, 7F and 59. RGB value is (202,127,89). Sum of RGB (Red+Green+Blue) = 202+127+89=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F59 is #3580A6. Grayscale: #919191. Windows color (decimal): -3506343 or 5865418. OLE color: 5865418.

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

Color convert

RGB20212789-
CMYK00.370.560.21
HSL20.18º51.6%57.06%-
HSV(B)20.18º55.94%79.22%-
XYZ33.7528.4613.17-
YUV145.0996.35168.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 89 (35.16% from 255) = 21.29%
R=48.33%
G=30.38%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021278900.370.560.2120.1851.657.06
HexCA7F590253815143439
Octal3121771310457025246471
Binary110010101111111101100101001011110001010110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F59; }

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

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

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

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

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

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

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

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