Html Css Color HEX #CEC994 Tahuna Sands

📋 copy color: '#CEC994'

red 206 ◦ green 201 ◦ blue 148

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

Shades of Tahuna Sands #CEC994

Tints of Tahuna Sands #CEC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 37.12%
G = 36.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEC994 (or 0xCEC994) is known color: Tahuna Sands. HEX triplet: CE, C9 and 94. RGB value is (206,201,148). Sum of RGB (Red+Green+Blue) = 206+201+148=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC994 is #31366B. Grayscale: #C4C4C4. Windows color (decimal): -3225196 or 9750990. OLE color: 9750990.

HSL color Cylindrical-coordinate representation of color #CEC994: hue angle of 54.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEC994 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 148 -
CMYK 0 0.02 0.28 0.19
HSL 54.83º 0.37% 0.69% -
HSV(B) 54.83º 0.28% 0.81% -
XYZ 51.69 57.03 36.3 -
YUV 196.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 206 201 148 0 0.02 0.28 0.19 54.83 0.37 0.69
Hex CE C9 94 0 2 1C 13 37 25 45
Octal 316 311 224 0 2 34 23 67 45 105
Binary 11001110 11001001 10010100 0 10 11100 10011 110111 100101 1000101

Color Harmonies of #CEC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC994

Black with #CEC994

Text Example


Text Example

White with #CEC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC994; }

 p { color: rgb(206,201,148); }

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

background-color css

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

 a { background-color: rgb(206,201,148); }

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

border-color css

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

 span { border-color: rgb(206,201,148); }

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