Html Css Color HEX #C9AB14 Buddha Gold

📋 copy color: '#C9AB14'

red 201 ◦ green 171 ◦ blue 20

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

Shades of Buddha Gold #C9AB14

Tints of Buddha Gold #C9AB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 51.28%
G = 43.62%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9AB14 (or 0xC9AB14) is known color: Buddha Gold. HEX triplet: C9, AB and 14. RGB value is (201,171,20). Sum of RGB (Red+Green+Blue) = 201+171+20=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AB14 is #3654EB. Grayscale: #A3A3A3. Windows color (decimal): -3560684 or 1354697. OLE color: 1354697.

HSL color Cylindrical-coordinate representation of color #C9AB14: hue angle of 50.06º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9AB14 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 171 20 -
CMYK 0 0.15 0.90 0.21
HSL 50.06º 0.82% 0.43% -
HSV(B) 50.06º 0.9% 0.79% -
XYZ 38.78 41.59 6.65 -
YUV 162.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 201 171 20 0 0.15 0.90 0.21 50.06 0.82 0.43
Hex C9 AB 14 0 F 5A 15 32 52 2B
Octal 311 253 24 0 17 132 25 62 122 53
Binary 11001001 10101011 10100 0 1111 1011010 10101 110010 1010010 101011

Color Harmonies of #C9AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB14

Black with #C9AB14

Text Example


Text Example

White with #C9AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB14; }

 p { color: rgb(201,171,20); }

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

background-color css

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

 a { background-color: rgb(201,171,20); }

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

border-color css

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

 span { border-color: rgb(201,171,20); }

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