#CA7E61

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

Shades of Burning Sand #CA7E61

Tints of Burning Sand #CA7E61

Color information

#CA7E61 (or 0xCA7E61) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 61. RGB value is (202,126,97). Sum of RGB (Red+Green+Blue) = 202+126+97=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E61 is #35819E. Grayscale: #919191. Windows color (decimal): -3506591 or 6389450. OLE color: 6389450.

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

Color convert

RGB20212697-
CMYK00.380.520.21
HSL16.57º49.76%58.63%-
HSV(B)16.57º51.98%79.22%-
XYZ33.9828.3414.99-
YUV145.42100.68168.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=47.53%
G=29.65%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021269700.380.520.2116.5749.7658.63
HexCA7E61026341511323b
Octal3121761410466425216273
Binary110010101111110110000101001101101001010110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E61; }

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

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

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

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

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

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

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

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