Html Css Color HEX #CEB062 Tacha

📋 copy color: '#CEB062'

red 206 ◦ green 176 ◦ blue 98

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

Shades of Tacha #CEB062

Tints of Tacha #CEB062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

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

R = 42.92%
G = 36.67%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEB062 (or 0xCEB062) is known color: Tacha. HEX triplet: CE, B0 and 62. RGB value is (206,176,98). Sum of RGB (Red+Green+Blue) = 206+176+98=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB062 is #314F9D. Grayscale: #B0B0B0. Windows color (decimal): -3231646 or 6467790. OLE color: 6467790.

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

Color convert

RGB 206 176 98 -
CMYK 0 0.15 0.52 0.19
HSL 43.33º 0.52% 0.6% -
HSV(B) 43.33º 0.52% 0.81% -
XYZ 43.18 45.05 17.98 -
YUV 176.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 206 176 98 0 0.15 0.52 0.19 43.33 0.52 0.6
Hex CE B0 62 0 F 34 13 2B 34 3C
Octal 316 260 142 0 17 64 23 53 64 74
Binary 11001110 10110000 1100010 0 1111 110100 10011 101011 110100 111100

Color Harmonies of #CEB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB062

Black with #CEB062

Text Example


Text Example

White with #CEB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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