Html Css Color HEX #CEB560 Tacha

📋 copy color: '#CEB560'

red 206 ◦ green 181 ◦ blue 96

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

Shades of Tacha #CEB560

Tints of Tacha #CEB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

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

R = 42.65%
G = 37.47%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEB560 (or 0xCEB560) is known color: Tacha. HEX triplet: CE, B5 and 60. RGB value is (206,181,96). Sum of RGB (Red+Green+Blue) = 206+181+96=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB560 is #314A9F. Grayscale: #B3B3B3. Windows color (decimal): -3230368 or 6337998. OLE color: 6337998.

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

Color convert

RGB 206 181 96 -
CMYK 0 0.12 0.53 0.19
HSL 46.36º 0.53% 0.59% -
HSV(B) 46.36º 0.53% 0.81% -
XYZ 44.09 47.01 17.82 -
YUV 178.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 206 181 96 0 0.12 0.53 0.19 46.36 0.53 0.59
Hex CE B5 60 0 C 35 13 2E 35 3B
Octal 316 265 140 0 14 65 23 56 65 73
Binary 11001110 10110101 1100000 0 1100 110101 10011 101110 110101 111011

Color Harmonies of #CEB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB560

Black with #CEB560

Text Example


Text Example

White with #CEB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB560; }

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

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

background-color css

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

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

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

border-color css

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

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

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