Html Css Color HEX #C9B85F Tacha

📋 copy color: '#C9B85F'

red 201 ◦ green 184 ◦ blue 95

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

Shades of Tacha #C9B85F

Tints of Tacha #C9B85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

 BLUE value IS 95 (37.5% from 255) = 19.79%

R = 41.88%
G = 38.33%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9B85F (or 0xC9B85F) is known color: Tacha. HEX triplet: C9, B8 and 5F. RGB value is (201,184,95). Sum of RGB (Red+Green+Blue) = 201+184+95=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B85F is #3647A0. Grayscale: #B3B3B3. Windows color (decimal): -3557281 or 6273225. OLE color: 6273225.

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

Color convert

RGB 201 184 95 -
CMYK 0 0.08 0.53 0.21
HSL 50.38º 0.5% 0.58% -
HSV(B) 50.38º 0.53% 0.79% -
XYZ 43.29 47.52 17.72 -
YUV 178.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 201 184 95 0 0.08 0.53 0.21 50.38 0.5 0.58
Hex C9 B8 5F 0 8 35 15 32 32 3A
Octal 311 270 137 0 10 65 25 62 62 72
Binary 11001001 10111000 1011111 0 1000 110101 10101 110010 110010 111010

Color Harmonies of #C9B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B85F

Black with #C9B85F

Text Example


Text Example

White with #C9B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B85F; }

 p { color: rgb(201,184,95); }

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

background-color css

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

 a { background-color: rgb(201,184,95); }

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

border-color css

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

 span { border-color: rgb(201,184,95); }

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