Html Css Color HEX #CAC495 Tahuna Sands

📋 copy color: '#CAC495'

red 202 ◦ green 196 ◦ blue 149

#CAC495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #CAC495

Tints of Tahuna Sands #CAC495

RGB

 RED value IS 202 (79.3% from 255) = 36.93%

 GREEN value IS 196 (76.95% from 255) = 35.83%

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 36.93%
G = 35.83%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAC495 (or 0xCAC495) is known color: Tahuna Sands. HEX triplet: CA, C4 and 95. RGB value is (202,196,149). Sum of RGB (Red+Green+Blue) = 202+196+149=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC495 is #353B6A. Grayscale: #C0C0C0. Windows color (decimal): -3488619 or 9815242. OLE color: 9815242.

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

Color convert

RGB 202 196 149 -
CMYK 0 0.03 0.26 0.21
HSL 53.21º 0.33% 0.69% -
HSV(B) 53.21º 0.26% 0.79% -
XYZ 49.52 54.21 36.29 -
YUV 192.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 202 196 149 0 0.03 0.26 0.21 53.21 0.33 0.69
Hex CA C4 95 0 3 1A 15 35 21 45
Octal 312 304 225 0 3 32 25 65 41 105
Binary 11001010 11000100 10010101 0 11 11010 10101 110101 100001 1000101

Color Harmonies of #CAC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC495

Black with #CAC495

Text Example


Text Example

White with #CAC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC495; }

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

 H1.HeaderClassName
 {
   color: #CAC495;
 }
 .AnyTagClassName
 {
   color: #CAC495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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