#CAC398

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

Shades of Tahuna Sands #CAC398

Tints of Tahuna Sands #CAC398

Color information

#CAC398 (or 0xCAC398) is unknown color: approx Tahuna Sands. HEX triplet: CA, C3 and 98. RGB value is (202,195,152). Sum of RGB (Red+Green+Blue) = 202+195+152=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC398 is #353C67. Grayscale: #C0C0C0. Windows color (decimal): -3488872 or 10011594. OLE color: 10011594.

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

Color convert

RGB202195152-
CMYK00.030.250.21
HSL51.6º32.05%69.41%-
HSV(B)51.6º24.75%79.22%-
XYZ49.5453.8537.49-
YUV192.19105.32135-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=36.79%
G=35.52%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219515200.030.250.2151.632.0569.41
HexCAC398031915342045
Octal3123032300331256440105
Binary11001010110000111001100001111001101011101001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC398; }

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

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

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

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

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

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

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

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