Html Css Color HEX #C9A50F Buddha Gold

📋 copy color: '#C9A50F'

red 201 ◦ green 165 ◦ blue 15

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

Shades of Buddha Gold #C9A50F

Tints of Buddha Gold #C9A50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 52.76%
G = 43.31%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9A50F (or 0xC9A50F) is known color: Buddha Gold. HEX triplet: C9, A5 and 0F. RGB value is (201,165,15). Sum of RGB (Red+Green+Blue) = 201+165+15=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A50F is #365AF0. Grayscale: #9F9F9F. Windows color (decimal): -3562225 or 1025481. OLE color: 1025481.

HSL color Cylindrical-coordinate representation of color #C9A50F: hue angle of 48.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9A50F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 15 -
CMYK 0 0.18 0.93 0.21
HSL 48.39º 0.86% 0.42% -
HSV(B) 48.39º 0.93% 0.79% -
XYZ 37.63 39.36 6.07 -
YUV 158.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 201 165 15 0 0.18 0.93 0.21 48.39 0.86 0.42
Hex C9 A5 F 0 12 5D 15 30 56 2A
Octal 311 245 17 0 22 135 25 60 126 52
Binary 11001001 10100101 1111 0 10010 1011101 10101 110000 1010110 101010

Color Harmonies of #C9A50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A50F

Black with #C9A50F

Text Example


Text Example

White with #C9A50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A50F; }

 p { color: rgb(201,165,15); }

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

background-color css

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

 a { background-color: rgb(201,165,15); }

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

border-color css

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

 span { border-color: rgb(201,165,15); }

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