Html Css Color HEX #CEB256 Tacha

📋 copy color: '#CEB256'

red 206 ◦ green 178 ◦ blue 86

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

Shades of Tacha #CEB256

Tints of Tacha #CEB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

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

R = 43.83%
G = 37.87%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEB256 (or 0xCEB256) is known color: Tacha. HEX triplet: CE, B2 and 56. RGB value is (206,178,86). Sum of RGB (Red+Green+Blue) = 206+178+86=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB256 is #314DA9. Grayscale: #B0B0B0. Windows color (decimal): -3231146 or 5681870. OLE color: 5681870.

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

Color convert

RGB 206 178 86 -
CMYK 0 0.14 0.58 0.19
HSL 46º 0.55% 0.57% -
HSV(B) 46º 0.58% 0.81% -
XYZ 43.05 45.63 15.34 -
YUV 175.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 206 178 86 0 0.14 0.58 0.19 46 0.55 0.57
Hex CE B2 56 0 E 3A 13 2E 37 39
Octal 316 262 126 0 16 72 23 56 67 71
Binary 11001110 10110010 1010110 0 1110 111010 10011 101110 110111 111001

Color Harmonies of #CEB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB256

Black with #CEB256

Text Example


Text Example

White with #CEB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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