Html Css Color HEX #CEB656 Tacha

📋 copy color: '#CEB656'

red 206 ◦ green 182 ◦ blue 86

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

Shades of Tacha #CEB656

Tints of Tacha #CEB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

 BLUE value IS 86 (33.98% from 255) = 18.14%

R = 43.46%
G = 38.4%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEB656 (or 0xCEB656) is known color: Tacha. HEX triplet: CE, B6 and 56. RGB value is (206,182,86). Sum of RGB (Red+Green+Blue) = 206+182+86=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB656 is #3149A9. Grayscale: #B2B2B2. Windows color (decimal): -3230122 or 5682894. OLE color: 5682894.

HSL color Cylindrical-coordinate representation of color #CEB656: hue angle of 48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEB656 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 86 -
CMYK 0 0.12 0.58 0.19
HSL 48º 0.55% 0.57% -
HSV(B) 48º 0.58% 0.81% -
XYZ 43.86 47.25 15.61 -
YUV 178.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 206 182 86 0 0.12 0.58 0.19 48 0.55 0.57
Hex CE B6 56 0 C 3A 13 30 37 39
Octal 316 266 126 0 14 72 23 60 67 71
Binary 11001110 10110110 1010110 0 1100 111010 10011 110000 110111 111001

Color Harmonies of #CEB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB656

Black with #CEB656

Text Example


Text Example

White with #CEB656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB656; }

 p { color: rgb(206,182,86); }

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

background-color css

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

 a { background-color: rgb(206,182,86); }

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

border-color css

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

 span { border-color: rgb(206,182,86); }

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