Html Css Color HEX #C9AB10 Buddha Gold

📋 copy color: '#C9AB10'

red 201 ◦ green 171 ◦ blue 16

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

Shades of Buddha Gold #C9AB10

Tints of Buddha Gold #C9AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 51.8%
G = 44.07%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9AB10 (or 0xC9AB10) is known color: Buddha Gold. HEX triplet: C9, AB and 10. RGB value is (201,171,16). Sum of RGB (Red+Green+Blue) = 201+171+16=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AB10 is #3654EF. Grayscale: #A2A2A2. Windows color (decimal): -3560688 or 1092553. OLE color: 1092553.

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

Color convert

RGB 201 171 16 -
CMYK 0 0.15 0.92 0.21
HSL 50.27º 0.85% 0.43% -
HSV(B) 50.27º 0.92% 0.79% -
XYZ 38.74 41.58 6.47 -
YUV 162.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 201 171 16 0 0.15 0.92 0.21 50.27 0.85 0.43
Hex C9 AB 10 0 F 5C 15 32 55 2B
Octal 311 253 20 0 17 134 25 62 125 53
Binary 11001001 10101011 10000 0 1111 1011100 10101 110010 1010101 101011

Color Harmonies of #C9AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB10

Black with #C9AB10

Text Example


Text Example

White with #C9AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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