#CAC49C

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

Shades of Tahuna Sands #CAC49C

Tints of Tahuna Sands #CAC49C

Color information

#CAC49C (or 0xCAC49C) is unknown color: approx Tahuna Sands. HEX triplet: CA, C4 and 9C. RGB value is (202,196,156). Sum of RGB (Red+Green+Blue) = 202+196+156=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC49C is #353B63. Grayscale: #C1C1C1. Windows color (decimal): -3488612 or 10273994. OLE color: 10273994.

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

Color convert

RGB202196156-
CMYK00.030.230.21
HSL52.17º30.26%70.2%-
HSV(B)52.17º22.77%79.22%-
XYZ50.154.4439.32-
YUV193.23106.99134.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=36.46%
G=35.38%
B=28.16%

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
Decimal20219615600.030.230.2152.1730.2670.2
HexCAC49C031715341e46
Octal3123042340327256436106
Binary1100101011000100100111000111011110101110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC49C; }

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

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

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

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

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

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

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

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