#CA7E6E

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

Shades of Burning Sand #CA7E6E

Tints of Burning Sand #CA7E6E

Color information

#CA7E6E (or 0xCA7E6E) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 6E. RGB value is (202,126,110). Sum of RGB (Red+Green+Blue) = 202+126+110=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E6E is #358191. Grayscale: #939393. Windows color (decimal): -3506578 or 7241418. OLE color: 7241418.

HSL color Cylindrical-coordinate representation of color #CA7E6E: hue angle of 10.43º degrees, saturation: 0.46, 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 #CA7E6E is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202126110-
CMYK00.380.460.21
HSL10.43º46.46%61.18%-
HSV(B)10.43º45.54%79.22%-
XYZ34.6328.618.45-
YUV146.9107.18167.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=46.12%
G=28.77%
B=25.11%

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
Decimal20212611000.380.460.2110.4346.4661.18
HexCA7E6E0262E15a2e3d
Octal3121761560465625125675
Binary11001010111111011011100100110101110101011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E6E; }

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

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

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

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

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

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

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

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