Html Css Color HEX #CEB064 Tacha

📋 copy color: '#CEB064'

red 206 ◦ green 176 ◦ blue 100

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

Shades of Tacha #CEB064

Tints of Tacha #CEB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 42.74%
G = 36.51%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEB064 (or 0xCEB064) is known color: Tacha. HEX triplet: CE, B0 and 64. RGB value is (206,176,100). Sum of RGB (Red+Green+Blue) = 206+176+100=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB064 is #314F9B. Grayscale: #B0B0B0. Windows color (decimal): -3231644 or 6598862. OLE color: 6598862.

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

Color convert

RGB 206 176 100 -
CMYK 0 0.15 0.51 0.19
HSL 43.02º 0.52% 0.6% -
HSV(B) 43.02º 0.51% 0.81% -
XYZ 43.28 45.09 18.48 -
YUV 176.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 206 176 100 0 0.15 0.51 0.19 43.02 0.52 0.6
Hex CE B0 64 0 F 33 13 2B 34 3C
Octal 316 260 144 0 17 63 23 53 64 74
Binary 11001110 10110000 1100100 0 1111 110011 10011 101011 110100 111100

Color Harmonies of #CEB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB064

Black with #CEB064

Text Example


Text Example

White with #CEB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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