Html Css Color HEX #CEB362 Tacha

📋 copy color: '#CEB362'

red 206 ◦ green 179 ◦ blue 98

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

Shades of Tacha #CEB362

Tints of Tacha #CEB362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 42.65%
G = 37.06%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEB362 (or 0xCEB362) is known color: Tacha. HEX triplet: CE, B3 and 62. RGB value is (206,179,98). Sum of RGB (Red+Green+Blue) = 206+179+98=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB362 is #314C9D. Grayscale: #B2B2B2. Windows color (decimal): -3230878 or 6468558. OLE color: 6468558.

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

Color convert

RGB 206 179 98 -
CMYK 0 0.13 0.52 0.19
HSL 45º 0.52% 0.6% -
HSV(B) 45º 0.52% 0.81% -
XYZ 43.78 46.24 18.17 -
YUV 177.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 206 179 98 0 0.13 0.52 0.19 45 0.52 0.6
Hex CE B3 62 0 D 34 13 2D 34 3C
Octal 316 263 142 0 15 64 23 55 64 74
Binary 11001110 10110011 1100010 0 1101 110100 10011 101101 110100 111100

Color Harmonies of #CEB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB362

Black with #CEB362

Text Example


Text Example

White with #CEB362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB362; }

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

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

background-color css

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

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

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

border-color css

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

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

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