Html Css Color HEX #C9BC58 Tacha

📋 copy color: '#C9BC58'

red 201 ◦ green 188 ◦ blue 88

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

Shades of Tacha #C9BC58

Tints of Tacha #C9BC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.45%

R = 42.14%
G = 39.41%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C9BC58 (or 0xC9BC58) is known color: Tacha. HEX triplet: C9, BC and 58. RGB value is (201,188,88). Sum of RGB (Red+Green+Blue) = 201+188+88=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC58 is #3643A7. Grayscale: #B4B4B4. Windows color (decimal): -3556264 or 5815497. OLE color: 5815497.

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

Color convert

RGB 201 188 88 -
CMYK 0 0.06 0.56 0.21
HSL 53.1º 0.51% 0.57% -
HSV(B) 53.1º 0.56% 0.79% -
XYZ 43.83 49.09 16.4 -
YUV 180.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 201 188 88 0 0.06 0.56 0.21 53.1 0.51 0.57
Hex C9 BC 58 0 6 38 15 35 33 39
Octal 311 274 130 0 6 70 25 65 63 71
Binary 11001001 10111100 1011000 0 110 111000 10101 110101 110011 111001

Color Harmonies of #C9BC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC58

Black with #C9BC58

Text Example


Text Example

White with #C9BC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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