#CA7A66

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

Shades of Burning Sand #CA7A66

Tints of Burning Sand #CA7A66

Color information

#CA7A66 (or 0xCA7A66) is unknown color: approx Burning Sand. HEX triplet: CA, 7A and 66. RGB value is (202,122,102). Sum of RGB (Red+Green+Blue) = 202+122+102=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A66 is #358599. Grayscale: #8F8F8F. Windows color (decimal): -3507610 or 6716106. OLE color: 6716106.

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

Color convert

RGB202122102-
CMYK00.400.500.21
HSL12º48.54%59.61%-
HSV(B)12º49.5%79.22%-
XYZ33.7127.4316.09-
YUV143.64104.5169.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=47.42%
G=28.64%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212210200.400.500.211248.5459.61
HexCA7A660283215c313c
Octal3121721460506225146174
Binary11001010111101011001100101000110010101011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A66; }

 p { color: rgb(202,122,102); }

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

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

 a { background-color: rgb(202,122,102); }

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

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

 span { border-color: rgb(202,122,102); }

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