Html Css Color HEX #C9B865 Tacha

📋 copy color: '#C9B865'

red 201 ◦ green 184 ◦ blue 101

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

Shades of Tacha #C9B865

Tints of Tacha #C9B865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 41.36%
G = 37.86%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9B865 (or 0xC9B865) is known color: Tacha. HEX triplet: C9, B8 and 65. RGB value is (201,184,101). Sum of RGB (Red+Green+Blue) = 201+184+101=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B865 is #36479A. Grayscale: #B3B3B3. Windows color (decimal): -3557275 or 6666441. OLE color: 6666441.

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

Color convert

RGB 201 184 101 -
CMYK 0 0.08 0.50 0.21
HSL 49.8º 0.48% 0.59% -
HSV(B) 49.8º 0.5% 0.79% -
XYZ 43.58 47.64 19.21 -
YUV 179.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 201 184 101 0 0.08 0.50 0.21 49.8 0.48 0.59
Hex C9 B8 65 0 8 32 15 32 30 3B
Octal 311 270 145 0 10 62 25 62 60 73
Binary 11001001 10111000 1100101 0 1000 110010 10101 110010 110000 111011

Color Harmonies of #C9B865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B865

Black with #C9B865

Text Example


Text Example

White with #C9B865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B865; }

 p { color: rgb(201,184,101); }

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

background-color css

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

 a { background-color: rgb(201,184,101); }

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

border-color css

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

 span { border-color: rgb(201,184,101); }

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