#CAC395

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

Shades of Tahuna Sands #CAC395

Tints of Tahuna Sands #CAC395

Color information

#CAC395 (or 0xCAC395) is unknown color: approx Tahuna Sands. HEX triplet: CA, C3 and 95. RGB value is (202,195,149). Sum of RGB (Red+Green+Blue) = 202+195+149=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC395 is #353C6A. Grayscale: #C0C0C0. Windows color (decimal): -3488875 or 9814986. OLE color: 9814986.

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

Color convert

RGB202195149-
CMYK00.030.260.21
HSL52.08º33.33%68.82%-
HSV(B)52.08º26.24%79.22%-
XYZ49.353.7636.21-
YUV191.85103.82135.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=37.00%
G=35.71%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219514900.030.260.2152.0833.3368.82
HexCAC395031A15342145
Octal3123032250332256441105
Binary11001010110000111001010101111010101011101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC395; }

 p { color: rgb(202,195,149); }

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

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

 a { background-color: rgb(202,195,149); }

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

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

 span { border-color: rgb(202,195,149); }

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