#CAC49D

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

Shades of Tahuna Sands #CAC49D

Tints of Tahuna Sands #CAC49D

Color information

#CAC49D (or 0xCAC49D) is unknown color: approx Tahuna Sands. HEX triplet: CA, C4 and 9D. RGB value is (202,196,157). Sum of RGB (Red+Green+Blue) = 202+196+157=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC49D is #353B62. Grayscale: #C1C1C1. Windows color (decimal): -3488611 or 10339530. OLE color: 10339530.

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

Color convert

RGB202196157-
CMYK00.030.220.21
HSL52º29.8%70.39%-
HSV(B)52º22.28%79.22%-
XYZ50.1854.4739.77-
YUV193.35107.49134.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=36.40%
G=35.32%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219615700.030.220.215229.870.39
HexCAC49D031615341e46
Octal3123042350326256436106
Binary1100101011000100100111010111011010101110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC49D; }

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

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

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

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

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

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

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

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