Html Css Color HEX #C9B458 Tacha

📋 copy color: '#C9B458'

red 201 ◦ green 180 ◦ blue 88

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

Shades of Tacha #C9B458

Tints of Tacha #C9B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

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

R = 42.86%
G = 38.38%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C9B458 (or 0xC9B458) is known color: Tacha. HEX triplet: C9, B4 and 58. RGB value is (201,180,88). Sum of RGB (Red+Green+Blue) = 201+180+88=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B458 is #364BA7. Grayscale: #B0B0B0. Windows color (decimal): -3558312 or 5813449. OLE color: 5813449.

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

Color convert

RGB 201 180 88 -
CMYK 0 0.10 0.56 0.21
HSL 48.85º 0.51% 0.57% -
HSV(B) 48.85º 0.56% 0.79% -
XYZ 42.17 45.76 15.84 -
YUV 175.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 201 180 88 0 0.10 0.56 0.21 48.85 0.51 0.57
Hex C9 B4 58 0 A 38 15 31 33 39
Octal 311 264 130 0 12 70 25 61 63 71
Binary 11001001 10110100 1011000 0 1010 111000 10101 110001 110011 111001

Color Harmonies of #C9B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B458

Black with #C9B458

Text Example


Text Example

White with #C9B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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