Html Css Color HEX #CAC395 Tahuna Sands

📋 copy color: '#CAC395'

red 202 ◦ green 195 ◦ blue 149

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

Shades of Tahuna Sands #CAC395

Tints of Tahuna Sands #CAC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.71%

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

R = 37%
G = 35.71%
B = 27.29%

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

#CAC395 (or 0xCAC395) is known color: 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

RGB 202 195 149 -
CMYK 0 0.03 0.26 0.21
HSL 52.08º 0.33% 0.69% -
HSV(B) 52.08º 0.26% 0.79% -
XYZ 49.3 53.76 36.21 -
YUV 191.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 202 195 149 0 0.03 0.26 0.21 52.08 0.33 0.69
Hex CA C3 95 0 3 1A 15 34 21 45
Octal 312 303 225 0 3 32 25 64 41 105
Binary 11001010 11000011 10010101 0 11 11010 10101 110100 100001 1000101

Color Harmonies of #CAC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC395

Black with #CAC395

Text Example


Text Example

White with #CAC395

Text Example


Text Example

HTML Codes & Css Web 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>