#CAC69B

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

Shades of Tahuna Sands #CAC69B

Tints of Tahuna Sands #CAC69B

Color information

#CAC69B (or 0xCAC69B) is unknown color: approx Tahuna Sands. HEX triplet: CA, C6 and 9B. RGB value is (202,198,155). Sum of RGB (Red+Green+Blue) = 202+198+155=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC69B is #353964. Grayscale: #C2C2C2. Windows color (decimal): -3488101 or 10208970. OLE color: 10208970.

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

Color convert

RGB202198155-
CMYK00.020.230.21
HSL54.89º30.72%70%-
HSV(B)54.89º23.27%79.22%-
XYZ50.4755.3139.03-
YUV194.29105.83133.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=36.40%
G=35.68%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219815500.020.230.2154.8930.7270
HexCAC69B021715371f46
Octal3123062330227256737106
Binary1100101011000110100110110101011110101110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC69B; }

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

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

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

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

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

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

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

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