#CA7E6D

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

Shades of Burning Sand #CA7E6D

Tints of Burning Sand #CA7E6D

Color information

#CA7E6D (or 0xCA7E6D) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 6D. RGB value is (202,126,109). Sum of RGB (Red+Green+Blue) = 202+126+109=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E6D is #358192. Grayscale: #929292. Windows color (decimal): -3506579 or 7175882. OLE color: 7175882.

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

Color convert

RGB202126109-
CMYK00.380.460.21
HSL10.97º46.73%60.98%-
HSV(B)10.97º46.04%79.22%-
XYZ34.5828.5818.16-
YUV146.79106.68167.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=46.22%
G=28.83%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212610900.380.460.2110.9746.7360.98
HexCA7E6D0262E15b2f3d
Octal3121761550465625135775
Binary11001010111111011011010100110101110101011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E6D; }

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

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

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

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

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

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

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

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