Html Css Color HEX #CAC498 Tahuna Sands

📋 copy color: '#CAC498'

red 202 ◦ green 196 ◦ blue 152

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

Shades of Tahuna Sands #CAC498

Tints of Tahuna Sands #CAC498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.64%

R = 36.73%
G = 35.64%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAC498 (or 0xCAC498) is known color: Tahuna Sands. HEX triplet: CA, C4 and 98. RGB value is (202,196,152). Sum of RGB (Red+Green+Blue) = 202+196+152=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC498 is #353B67. Grayscale: #C0C0C0. Windows color (decimal): -3488616 or 10011850. OLE color: 10011850.

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

Color convert

RGB 202 196 152 -
CMYK 0 0.03 0.25 0.21
HSL 52.8º 0.32% 0.69% -
HSV(B) 52.8º 0.25% 0.79% -
XYZ 49.76 54.3 37.56 -
YUV 192.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 202 196 152 0 0.03 0.25 0.21 52.8 0.32 0.69
Hex CA C4 98 0 3 19 15 35 20 45
Octal 312 304 230 0 3 31 25 65 40 105
Binary 11001010 11000100 10011000 0 11 11001 10101 110101 100000 1000101

Color Harmonies of #CAC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC498

Black with #CAC498

Text Example


Text Example

White with #CAC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC498; }

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

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

background-color css

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

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

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

border-color css

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

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

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