Html Css Color HEX #C9BA65 Tacha

📋 copy color: '#C9BA65'

red 201 ◦ green 186 ◦ blue 101

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

Shades of Tacha #C9BA65

Tints of Tacha #C9BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

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

R = 41.19%
G = 38.11%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9BA65 (or 0xC9BA65) is known color: Tacha. HEX triplet: C9, BA and 65. RGB value is (201,186,101). Sum of RGB (Red+Green+Blue) = 201+186+101=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA65 is #36459A. Grayscale: #B5B5B5. Windows color (decimal): -3556763 or 6666953. OLE color: 6666953.

HSL color Cylindrical-coordinate representation of color #C9BA65: hue angle of 51º 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 #C9BA65 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 101 -
CMYK 0 0.07 0.50 0.21
HSL 51º 0.48% 0.59% -
HSV(B) 51º 0.5% 0.79% -
XYZ 44 48.47 19.35 -
YUV 180.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 201 186 101 0 0.07 0.50 0.21 51 0.48 0.59
Hex C9 BA 65 0 7 32 15 33 30 3B
Octal 311 272 145 0 7 62 25 63 60 73
Binary 11001001 10111010 1100101 0 111 110010 10101 110011 110000 111011

Color Harmonies of #C9BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA65

Black with #C9BA65

Text Example


Text Example

White with #C9BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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