Html Css Color HEX #CEC295 Tahuna Sands

📋 copy color: '#CEC295'

red 206 ◦ green 194 ◦ blue 149

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

Shades of Tahuna Sands #CEC295

Tints of Tahuna Sands #CEC295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.14%

R = 37.52%
G = 35.34%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEC295 (or 0xCEC295) is known color: Tahuna Sands. HEX triplet: CE, C2 and 95. RGB value is (206,194,149). Sum of RGB (Red+Green+Blue) = 206+194+149=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC295 is #313D6A. Grayscale: #C0C0C0. Windows color (decimal): -3226987 or 9814734. OLE color: 9814734.

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

Color convert

RGB 206 194 149 -
CMYK 0 0.06 0.28 0.19
HSL 47.37º 0.37% 0.7% -
HSV(B) 47.37º 0.28% 0.81% -
XYZ 50.17 53.88 36.19 -
YUV 192.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 206 194 149 0 0.06 0.28 0.19 47.37 0.37 0.7
Hex CE C2 95 0 6 1C 13 2F 25 46
Octal 316 302 225 0 6 34 23 57 45 106
Binary 11001110 11000010 10010101 0 110 11100 10011 101111 100101 1000110

Color Harmonies of #CEC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC295

Black with #CEC295

Text Example


Text Example

White with #CEC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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