Html Css Color HEX #CAC398 Tahuna Sands

📋 copy color: '#CAC398'

red 202 ◦ green 195 ◦ blue 152

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

Shades of Tahuna Sands #CAC398

Tints of Tahuna Sands #CAC398

RGB

 RED value IS 202 (79.3% 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 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

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

RGB 202 195 152 -
CMYK 0 0.03 0.25 0.21
HSL 51.6º 0.32% 0.69% -
HSV(B) 51.6º 0.25% 0.79% -
XYZ 49.54 53.85 37.49 -
YUV 192.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 202 195 152 0 0.03 0.25 0.21 51.6 0.32 0.69
Hex CA C3 98 0 3 19 15 34 20 45
Octal 312 303 230 0 3 31 25 64 40 105
Binary 11001010 11000011 10011000 0 11 11001 10101 110100 100000 1000101

Color Harmonies of #CAC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC398

Black with #CAC398

Text Example


Text Example

White with #CAC398

Text Example


Text Example

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