Html Css Color HEX #CEC296 Tahuna Sands

📋 copy color: '#CEC296'

red 206 ◦ green 194 ◦ blue 150

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

Shades of Tahuna Sands #CEC296

Tints of Tahuna Sands #CEC296

RGB

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

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

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

R = 37.45%
G = 35.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEC296 (or 0xCEC296) is known color: Tahuna Sands. HEX triplet: CE, C2 and 96. RGB value is (206,194,150). Sum of RGB (Red+Green+Blue) = 206+194+150=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC296 is #313D69. Grayscale: #C0C0C0. Windows color (decimal): -3226986 or 9880270. OLE color: 9880270.

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

Color convert

RGB 206 194 150 -
CMYK 0 0.06 0.27 0.19
HSL 47.14º 0.36% 0.7% -
HSV(B) 47.14º 0.27% 0.81% -
XYZ 50.25 53.91 36.61 -
YUV 192.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 206 194 150 0 0.06 0.27 0.19 47.14 0.36 0.7
Hex CE C2 96 0 6 1B 13 2F 24 46
Octal 316 302 226 0 6 33 23 57 44 106
Binary 11001110 11000010 10010110 0 110 11011 10011 101111 100100 1000110

Color Harmonies of #CEC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC296

Black with #CEC296

Text Example


Text Example

White with #CEC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC296; }

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

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

background-color css

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

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

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

border-color css

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

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

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