Html Css Color HEX #C9BB65 Tacha

📋 copy color: '#C9BB65'

red 201 ◦ green 187 ◦ blue 101

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

Shades of Tacha #C9BB65

Tints of Tacha #C9BB65

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

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

R = 41.1%
G = 38.24%
B = 20.65%

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

#C9BB65 (or 0xC9BB65) is known color: Tacha. HEX triplet: C9, BB and 65. RGB value is (201,187,101). Sum of RGB (Red+Green+Blue) = 201+187+101=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB65 is #36449A. Grayscale: #B5B5B5. Windows color (decimal): -3556507 or 6667209. OLE color: 6667209.

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

Color convert

RGB 201 187 101 -
CMYK 0 0.07 0.50 0.21
HSL 51.6º 0.48% 0.59% -
HSV(B) 51.6º 0.5% 0.79% -
XYZ 44.21 48.9 19.42 -
YUV 181.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 201 187 101 0 0.07 0.50 0.21 51.6 0.48 0.59
Hex C9 BB 65 0 7 32 15 34 30 3B
Octal 311 273 145 0 7 62 25 64 60 73
Binary 11001001 10111011 1100101 0 111 110010 10101 110100 110000 111011

Color Harmonies of #C9BB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB65

Black with #C9BB65

Text Example


Text Example

White with #C9BB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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