#CA7E67

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

Shades of Burning Sand #CA7E67

Tints of Burning Sand #CA7E67

Color information

#CA7E67 (or 0xCA7E67) is unknown color: approx Burning Sand. HEX triplet: CA, 7E and 67. RGB value is (202,126,103). Sum of RGB (Red+Green+Blue) = 202+126+103=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E67 is #358198. Grayscale: #929292. Windows color (decimal): -3506585 or 6782666. OLE color: 6782666.

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

Color convert

RGB202126103-
CMYK00.380.490.21
HSL13.94º48.29%59.8%-
HSV(B)13.94º49.01%79.22%-
XYZ34.2728.4616.52-
YUV146.1103.68167.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=46.87%
G=29.23%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212610300.380.490.2113.9448.2959.8
HexCA7E670263115e303c
Octal3121761470466125166074
Binary11001010111111011001110100110110001101011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E67; }

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

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

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

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

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

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

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

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