Html Css Color HEX #CEB762 Tacha

📋 copy color: '#CEB762'

red 206 ◦ green 183 ◦ blue 98

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

Shades of Tacha #CEB762

Tints of Tacha #CEB762

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 42.3%
G = 37.58%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEB762 (or 0xCEB762) is known color: Tacha. HEX triplet: CE, B7 and 62. RGB value is (206,183,98). Sum of RGB (Red+Green+Blue) = 206+183+98=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB762 is #31489D. Grayscale: #B4B4B4. Windows color (decimal): -3229854 or 6469582. OLE color: 6469582.

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

Color convert

RGB 206 183 98 -
CMYK 0 0.11 0.52 0.19
HSL 47.22º 0.52% 0.6% -
HSV(B) 47.22º 0.52% 0.81% -
XYZ 44.59 47.87 18.44 -
YUV 180.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 206 183 98 0 0.11 0.52 0.19 47.22 0.52 0.6
Hex CE B7 62 0 B 34 13 2F 34 3C
Octal 316 267 142 0 13 64 23 57 64 74
Binary 11001110 10110111 1100010 0 1011 110100 10011 101111 110100 111100

Color Harmonies of #CEB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB762

Black with #CEB762

Text Example


Text Example

White with #CEB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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