Html Css Color HEX #C9BC60 Tacha

📋 copy color: '#C9BC60'

red 201 ◦ green 188 ◦ blue 96

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

Shades of Tacha #C9BC60

Tints of Tacha #C9BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 41.44%
G = 38.76%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9BC60 (or 0xC9BC60) is known color: Tacha. HEX triplet: C9, BC and 60. RGB value is (201,188,96). Sum of RGB (Red+Green+Blue) = 201+188+96=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC60 is #36439F. Grayscale: #B5B5B5. Windows color (decimal): -3556256 or 6339785. OLE color: 6339785.

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

Color convert

RGB 201 188 96 -
CMYK 0 0.06 0.52 0.21
HSL 52.57º 0.49% 0.58% -
HSV(B) 52.57º 0.52% 0.79% -
XYZ 44.18 49.23 18.24 -
YUV 181.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 201 188 96 0 0.06 0.52 0.21 52.57 0.49 0.58
Hex C9 BC 60 0 6 34 15 35 31 3A
Octal 311 274 140 0 6 64 25 65 61 72
Binary 11001001 10111100 1100000 0 110 110100 10101 110101 110001 111010

Color Harmonies of #C9BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC60

Black with #C9BC60

Text Example


Text Example

White with #C9BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC60; }

 p { color: rgb(201,188,96); }

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

background-color css

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

 a { background-color: rgb(201,188,96); }

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

border-color css

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

 span { border-color: rgb(201,188,96); }

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