Html Css Color HEX #CEC496 Tahuna Sands

📋 copy color: '#CEC496'

red 206 ◦ green 196 ◦ blue 150

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

Shades of Tahuna Sands #CEC496

Tints of Tahuna Sands #CEC496

RGB

 RED value IS 206 (80.86% from 255) = 37.32%

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

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

R = 37.32%
G = 35.51%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEC496 (or 0xCEC496) is known color: Tahuna Sands. HEX triplet: CE, C4 and 96. RGB value is (206,196,150). Sum of RGB (Red+Green+Blue) = 206+196+150=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC496 is #313B69. Grayscale: #C1C1C1. Windows color (decimal): -3226474 or 9880782. OLE color: 9880782.

HSL color Cylindrical-coordinate representation of color #CEC496: hue angle of 49.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEC496 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 150 -
CMYK 0 0.05 0.27 0.19
HSL 49.29º 0.36% 0.7% -
HSV(B) 49.29º 0.27% 0.81% -
XYZ 50.7 54.8 36.76 -
YUV 193.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 206 196 150 0 0.05 0.27 0.19 49.29 0.36 0.7
Hex CE C4 96 0 5 1B 13 31 24 46
Octal 316 304 226 0 5 33 23 61 44 106
Binary 11001110 11000100 10010110 0 101 11011 10011 110001 100100 1000110

Color Harmonies of #CEC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC496

Black with #CEC496

Text Example


Text Example

White with #CEC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC496; }

 p { color: rgb(206,196,150); }

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

background-color css

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

 a { background-color: rgb(206,196,150); }

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

border-color css

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

 span { border-color: rgb(206,196,150); }

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