Html Css Color HEX #CEB963 Tacha

📋 copy color: '#CEB963'

red 206 ◦ green 185 ◦ blue 99

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

Shades of Tacha #CEB963

Tints of Tacha #CEB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.2%

R = 42.04%
G = 37.76%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEB963 (or 0xCEB963) is known color: Tacha. HEX triplet: CE, B9 and 63. RGB value is (206,185,99). Sum of RGB (Red+Green+Blue) = 206+185+99=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB963 is #31469C. Grayscale: #B5B5B5. Windows color (decimal): -3229341 or 6535630. OLE color: 6535630.

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

Color convert

RGB 206 185 99 -
CMYK 0 0.10 0.52 0.19
HSL 48.22º 0.52% 0.6% -
HSV(B) 48.22º 0.52% 0.81% -
XYZ 45.05 48.72 18.83 -
YUV 181.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 206 185 99 0 0.10 0.52 0.19 48.22 0.52 0.6
Hex CE B9 63 0 A 34 13 30 34 3C
Octal 316 271 143 0 12 64 23 60 64 74
Binary 11001110 10111001 1100011 0 1010 110100 10011 110000 110100 111100

Color Harmonies of #CEB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB963

Black with #CEB963

Text Example


Text Example

White with #CEB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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