#CA7E6F

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

Shades of Burning Sand #CA7E6F

Tints of Burning Sand #CA7E6F

Color information

#CA7E6F (or 0xCA7E6F) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 6F. RGB value is (202,126,111). Sum of RGB (Red+Green+Blue) = 202+126+111=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E6F is #358190. Grayscale: #939393. Windows color (decimal): -3506577 or 7306954. OLE color: 7306954.

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

Color convert

RGB202126111-
CMYK00.380.450.21
HSL9.89º46.19%61.37%-
HSV(B)9.89º45.05%79.22%-
XYZ34.6928.6318.74-
YUV147.01107.68167.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=46.01%
G=28.70%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212611100.380.450.219.8946.1961.37
HexCA7E6F0262D15a2e3d
Octal3121761570465525125675
Binary11001010111111011011110100110101101101011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E6F; }

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

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

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

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

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

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

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

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