Html Css Color HEX #CEB962 Tacha

📋 copy color: '#CEB962'

red 206 ◦ green 185 ◦ blue 98

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

Shades of Tacha #CEB962

Tints of Tacha #CEB962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 42.13%
G = 37.83%
B = 20.04%

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

#CEB962 (or 0xCEB962) is known color: Tacha. HEX triplet: CE, B9 and 62. RGB value is (206,185,98). Sum of RGB (Red+Green+Blue) = 206+185+98=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB962 is #31469D. Grayscale: #B5B5B5. Windows color (decimal): -3229342 or 6470094. OLE color: 6470094.

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

Color convert

RGB 206 185 98 -
CMYK 0 0.10 0.52 0.19
HSL 48.33º 0.52% 0.6% -
HSV(B) 48.33º 0.52% 0.81% -
XYZ 45.01 48.7 18.58 -
YUV 181.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 206 185 98 0 0.10 0.52 0.19 48.33 0.52 0.6
Hex CE B9 62 0 A 34 13 30 34 3C
Octal 316 271 142 0 12 64 23 60 64 74
Binary 11001110 10111001 1100010 0 1010 110100 10011 110000 110100 111100

Color Harmonies of #CEB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB962

Black with #CEB962

Text Example


Text Example

White with #CEB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB962; }

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

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

background-color css

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

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

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

border-color css

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

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

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