Html Css Color HEX #CEC696 Tahuna Sands

📋 copy color: '#CEC696'

red 206 ◦ green 198 ◦ blue 150

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

Shades of Tahuna Sands #CEC696

Tints of Tahuna Sands #CEC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

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

R = 37.18%
G = 35.74%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEC696 (or 0xCEC696) is known color: Tahuna Sands. HEX triplet: CE, C6 and 96. RGB value is (206,198,150). Sum of RGB (Red+Green+Blue) = 206+198+150=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC696 is #313969. Grayscale: #C3C3C3. Windows color (decimal): -3225962 or 9881294. OLE color: 9881294.

HSL color Cylindrical-coordinate representation of color #CEC696: hue angle of 51.43º 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 #CEC696 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 150 -
CMYK 0 0.04 0.27 0.19
HSL 51.43º 0.36% 0.7% -
HSV(B) 51.43º 0.27% 0.81% -
XYZ 51.15 55.71 36.91 -
YUV 194.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 206 198 150 0 0.04 0.27 0.19 51.43 0.36 0.7
Hex CE C6 96 0 4 1B 13 33 24 46
Octal 316 306 226 0 4 33 23 63 44 106
Binary 11001110 11000110 10010110 0 100 11011 10011 110011 100100 1000110

Color Harmonies of #CEC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC696

Black with #CEC696

Text Example


Text Example

White with #CEC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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