Html Css Color HEX #CAC296 Tahuna Sands

📋 copy color: '#CAC296'

red 202 ◦ green 194 ◦ blue 150

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

Shades of Tahuna Sands #CAC296

Tints of Tahuna Sands #CAC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 37%
G = 35.53%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 202 194 150 -
CMYK 0 0.04 0.26 0.21
HSL 50.77º 0.33% 0.69% -
HSV(B) 50.77º 0.26% 0.79% -
XYZ 49.15 53.34 36.56 -
YUV 191.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 202 194 150 0 0.04 0.26 0.21 50.77 0.33 0.69
Hex CA C2 96 0 4 1A 15 33 21 45
Octal 312 302 226 0 4 32 25 63 41 105
Binary 11001010 11000010 10010110 0 100 11010 10101 110011 100001 1000101

Color Harmonies of #CAC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC296

Black with #CAC296

Text Example


Text Example

White with #CAC296

Text Example


Text Example

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