Html Css Color HEX #CEB966 Tacha

📋 copy color: '#CEB966'

red 206 ◦ green 185 ◦ blue 102

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

Shades of Tacha #CEB966

Tints of Tacha #CEB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.53%

 BLUE value IS 102 (40.23% from 255) = 20.69%

R = 41.78%
G = 37.53%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEB966 (or 0xCEB966) is known color: Tacha. HEX triplet: CE, B9 and 66. RGB value is (206,185,102). Sum of RGB (Red+Green+Blue) = 206+185+102=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB966 is #314699. Grayscale: #B6B6B6. Windows color (decimal): -3229338 or 6732238. OLE color: 6732238.

HSL color Cylindrical-coordinate representation of color #CEB966: hue angle of 47.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB966 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 102 -
CMYK 0 0.10 0.50 0.19
HSL 47.88º 0.51% 0.6% -
HSV(B) 47.88º 0.5% 0.81% -
XYZ 45.2 48.78 19.6 -
YUV 181.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 206 185 102 0 0.10 0.50 0.19 47.88 0.51 0.6
Hex CE B9 66 0 A 32 13 30 33 3C
Octal 316 271 146 0 12 62 23 60 63 74
Binary 11001110 10111001 1100110 0 1010 110010 10011 110000 110011 111100

Color Harmonies of #CEB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB966

Black with #CEB966

Text Example


Text Example

White with #CEB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB966; }

 p { color: rgb(206,185,102); }

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

background-color css

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

 a { background-color: rgb(206,185,102); }

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

border-color css

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

 span { border-color: rgb(206,185,102); }

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