#CAC69D

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

Shades of Tahuna Sands #CAC69D

Tints of Tahuna Sands #CAC69D

Color information

#CAC69D (or 0xCAC69D) is unknown color: approx Tahuna Sands. HEX triplet: CA, C6 and 9D. RGB value is (202,198,157). Sum of RGB (Red+Green+Blue) = 202+198+157=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC69D is #353962. Grayscale: #C2C2C2. Windows color (decimal): -3488099 or 10340042. OLE color: 10340042.

HSL color Cylindrical-coordinate representation of color #CAC69D: hue angle of 54.67º 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 #CAC69D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202198157-
CMYK00.020.220.21
HSL54.67º29.8%70.39%-
HSV(B)54.67º22.28%79.22%-
XYZ50.6455.3839.92-
YUV194.52106.83133.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=36.27%
G=35.55%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219815700.020.220.2154.6729.870.39
HexCAC69D021615371e46
Octal3123062350226256736106
Binary1100101011000110100111010101011010101110111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC69D; }

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

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

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

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

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

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

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

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