Html Css Color HEX #CEB364 Tacha

📋 copy color: '#CEB364'

red 206 ◦ green 179 ◦ blue 100

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

Shades of Tacha #CEB364

Tints of Tacha #CEB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

 BLUE value IS 100 (39.45% from 255) = 20.62%

R = 42.47%
G = 36.91%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEB364 (or 0xCEB364) is known color: Tacha. HEX triplet: CE, B3 and 64. RGB value is (206,179,100). Sum of RGB (Red+Green+Blue) = 206+179+100=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB364 is #314C9B. Grayscale: #B2B2B2. Windows color (decimal): -3230876 or 6599630. OLE color: 6599630.

HSL color Cylindrical-coordinate representation of color #CEB364: hue angle of 44.72º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEB364 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 100 -
CMYK 0 0.13 0.51 0.19
HSL 44.72º 0.52% 0.6% -
HSV(B) 44.72º 0.51% 0.81% -
XYZ 43.87 46.28 18.68 -
YUV 178.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 206 179 100 0 0.13 0.51 0.19 44.72 0.52 0.6
Hex CE B3 64 0 D 33 13 2D 34 3C
Octal 316 263 144 0 15 63 23 55 64 74
Binary 11001110 10110011 1100100 0 1101 110011 10011 101101 110100 111100

Color Harmonies of #CEB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB364

Black with #CEB364

Text Example


Text Example

White with #CEB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB364; }

 p { color: rgb(206,179,100); }

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

background-color css

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

 a { background-color: rgb(206,179,100); }

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

border-color css

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

 span { border-color: rgb(206,179,100); }

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