Html Css Color HEX #CEB960 Tacha

📋 copy color: '#CEB960'

red 206 ◦ green 185 ◦ blue 96

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

Shades of Tacha #CEB960

Tints of Tacha #CEB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 42.3%
G = 37.99%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEB960 (or 0xCEB960) is known color: Tacha. HEX triplet: CE, B9 and 60. RGB value is (206,185,96). Sum of RGB (Red+Green+Blue) = 206+185+96=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB960 is #31469F. Grayscale: #B5B5B5. Windows color (decimal): -3229344 or 6339022. OLE color: 6339022.

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

Color convert

RGB 206 185 96 -
CMYK 0 0.10 0.53 0.19
HSL 48.55º 0.53% 0.59% -
HSV(B) 48.55º 0.53% 0.81% -
XYZ 44.91 48.66 18.09 -
YUV 181.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 206 185 96 0 0.10 0.53 0.19 48.55 0.53 0.59
Hex CE B9 60 0 A 35 13 31 35 3B
Octal 316 271 140 0 12 65 23 61 65 73
Binary 11001110 10111001 1100000 0 1010 110101 10011 110001 110101 111011

Color Harmonies of #CEB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB960

Black with #CEB960

Text Example


Text Example

White with #CEB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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