#CAC296

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

Shades of Tahuna Sands #CAC296

Tints of Tahuna Sands #CAC296

Color information

#CAC296 (or 0xCAC296) is unknown color: approx Tahuna Sands. HEX triplet: CA, C2 and 96. RGB value is (202,194,150). Sum of RGB (Red+Green+Blue) = 202+194+150=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC296 is #353D69. Grayscale: #BFBFBF. Windows color (decimal): -3489130 or 9880266. OLE color: 9880266.

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

Color convert

RGB202194150-
CMYK00.040.260.21
HSL50.77º32.91%69.02%-
HSV(B)50.77º25.74%79.22%-
XYZ49.1553.3436.56-
YUV191.38104.65135.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=37.00%
G=35.53%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219415000.040.260.2150.7732.9169.02
HexCAC296041A15332145
Octal3123022260432256341105
Binary110010101100001010010110010011010101011100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC296; }

 p { color: rgb(202,194,150); }

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

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

 a { background-color: rgb(202,194,150); }

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

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

 span { border-color: rgb(202,194,150); }

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