#CAC49F

Color #CAC49F Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CAC49F

Tints of Tahuna Sands #CAC49F

Color information

#CAC49F (or 0xCAC49F) is unknown color: approx Tahuna Sands. HEX triplet: CA, C4 and 9F. RGB value is (202,196,159). Sum of RGB (Red+Green+Blue) = 202+196+159=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC49F is #353B60. Grayscale: #C1C1C1. Windows color (decimal): -3488609 or 10470602. OLE color: 10470602.

HSL color Cylindrical-coordinate representation of color #CAC49F: hue angle of 51.63º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC49F is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202196159-
CMYK00.030.210.21
HSL51.63º28.86%70.78%-
HSV(B)51.63º21.29%79.22%-
XYZ50.3654.5440.67-
YUV193.58108.49134.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=36.27%
G=35.19%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219615900.030.210.2151.6328.8670.78
HexCAC49F031515341d47
Octal3123042370325256435107
Binary1100101011000100100111110111010110101110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC49F; }

 p { color: rgb(202,196,159); }

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

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

 a { background-color: rgb(202,196,159); }

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

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

 span { border-color: rgb(202,196,159); }

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