#CAC49B

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

Shades of Tahuna Sands #CAC49B

Tints of Tahuna Sands #CAC49B

Color information

#CAC49B (or 0xCAC49B) is unknown color: approx Tahuna Sands. HEX triplet: CA, C4 and 9B. RGB value is (202,196,155). Sum of RGB (Red+Green+Blue) = 202+196+155=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC49B is #353B64. Grayscale: #C1C1C1. Windows color (decimal): -3488613 or 10208458. OLE color: 10208458.

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

Color convert

RGB202196155-
CMYK00.030.230.21
HSL52.34º30.72%70%-
HSV(B)52.34º23.27%79.22%-
XYZ50.0154.438.88-
YUV193.12106.49134.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=36.53%
G=35.44%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219615500.030.230.2152.3430.7270
HexCAC49B031715341f46
Octal3123042330327256437106
Binary1100101011000100100110110111011110101110100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC49B; }

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

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

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

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

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

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

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

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