Html Css Color HEX #CEB261 Tacha

📋 copy color: '#CEB261'

red 206 ◦ green 178 ◦ blue 97

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

Shades of Tacha #CEB261

Tints of Tacha #CEB261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 42.83%
G = 37.01%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEB261 (or 0xCEB261) is known color: Tacha. HEX triplet: CE, B2 and 61. RGB value is (206,178,97). Sum of RGB (Red+Green+Blue) = 206+178+97=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB261 is #314D9E. Grayscale: #B1B1B1. Windows color (decimal): -3231135 or 6402766. OLE color: 6402766.

HSL color Cylindrical-coordinate representation of color #CEB261: hue angle of 44.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEB261 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 97 -
CMYK 0 0.14 0.53 0.19
HSL 44.59º 0.53% 0.59% -
HSV(B) 44.59º 0.53% 0.81% -
XYZ 43.53 45.83 17.86 -
YUV 177.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 206 178 97 0 0.14 0.53 0.19 44.59 0.53 0.59
Hex CE B2 61 0 E 35 13 2D 35 3B
Octal 316 262 141 0 16 65 23 55 65 73
Binary 11001110 10110010 1100001 0 1110 110101 10011 101101 110101 111011

Color Harmonies of #CEB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB261

Black with #CEB261

Text Example


Text Example

White with #CEB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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