Html Css Color HEX #CEC694 Tahuna Sands

📋 copy color: '#CEC694'

red 206 ◦ green 198 ◦ blue 148

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

Shades of Tahuna Sands #CEC694

Tints of Tahuna Sands #CEC694

RGB

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

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

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

R = 37.32%
G = 35.87%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEC694 (or 0xCEC694) is known color: Tahuna Sands. HEX triplet: CE, C6 and 94. RGB value is (206,198,148). Sum of RGB (Red+Green+Blue) = 206+198+148=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC694 is #31396B. Grayscale: #C2C2C2. Windows color (decimal): -3225964 or 9750222. OLE color: 9750222.

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

Color convert

RGB 206 198 148 -
CMYK 0 0.04 0.28 0.19
HSL 51.72º 0.37% 0.69% -
HSV(B) 51.72º 0.28% 0.81% -
XYZ 50.99 55.65 36.07 -
YUV 194.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 206 198 148 0 0.04 0.28 0.19 51.72 0.37 0.69
Hex CE C6 94 0 4 1C 13 34 25 45
Octal 316 306 224 0 4 34 23 64 45 105
Binary 11001110 11000110 10010100 0 100 11100 10011 110100 100101 1000101

Color Harmonies of #CEC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC694

Black with #CEC694

Text Example


Text Example

White with #CEC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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