Html Css Color HEX #CEB360 Tacha

📋 copy color: '#CEB360'

red 206 ◦ green 179 ◦ blue 96

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

Shades of Tacha #CEB360

Tints of Tacha #CEB360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 42.83%
G = 37.21%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEB360 (or 0xCEB360) is known color: Tacha. HEX triplet: CE, B3 and 60. RGB value is (206,179,96). Sum of RGB (Red+Green+Blue) = 206+179+96=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB360 is #314C9F. Grayscale: #B1B1B1. Windows color (decimal): -3230880 or 6337486. OLE color: 6337486.

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

Color convert

RGB 206 179 96 -
CMYK 0 0.13 0.53 0.19
HSL 45.27º 0.53% 0.59% -
HSV(B) 45.27º 0.53% 0.81% -
XYZ 43.69 46.21 17.68 -
YUV 177.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 206 179 96 0 0.13 0.53 0.19 45.27 0.53 0.59
Hex CE B3 60 0 D 35 13 2D 35 3B
Octal 316 263 140 0 15 65 23 55 65 73
Binary 11001110 10110011 1100000 0 1101 110101 10011 101101 110101 111011

Color Harmonies of #CEB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB360

Black with #CEB360

Text Example


Text Example

White with #CEB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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