Html Css Color HEX #C9B566 Tacha

📋 copy color: '#C9B566'

red 201 ◦ green 181 ◦ blue 102

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

Shades of Tacha #C9B566

Tints of Tacha #C9B566

RGB

 RED value IS 201 (78.91% from 255) = 41.53%

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 41.53%
G = 37.4%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C9B566 (or 0xC9B566) is known color: Tacha. HEX triplet: C9, B5 and 66. RGB value is (201,181,102). Sum of RGB (Red+Green+Blue) = 201+181+102=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B566 is #364A99. Grayscale: #B2B2B2. Windows color (decimal): -3558042 or 6731209. OLE color: 6731209.

HSL color Cylindrical-coordinate representation of color #C9B566: hue angle of 47.88º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9B566 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 181 102 -
CMYK 0 0.10 0.49 0.21
HSL 47.88º 0.48% 0.59% -
HSV(B) 47.88º 0.49% 0.79% -
XYZ 43.01 46.42 19.26 -
YUV 177.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 201 181 102 0 0.10 0.49 0.21 47.88 0.48 0.59
Hex C9 B5 66 0 A 31 15 30 30 3B
Octal 311 265 146 0 12 61 25 60 60 73
Binary 11001001 10110101 1100110 0 1010 110001 10101 110000 110000 111011

Color Harmonies of #C9B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B566

Black with #C9B566

Text Example


Text Example

White with #C9B566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B566; }

 p { color: rgb(201,181,102); }

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

background-color css

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

 a { background-color: rgb(201,181,102); }

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

border-color css

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

 span { border-color: rgb(201,181,102); }

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