Html Css Color HEX #C9A10C Buddha Gold

📋 copy color: '#C9A10C'

red 201 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #C9A10C

Tints of Buddha Gold #C9A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.05%

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 53.74%
G = 43.05%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A10C (or 0xC9A10C) is known color: Buddha Gold. HEX triplet: C9, A1 and 0C. RGB value is (201,161,12). Sum of RGB (Red+Green+Blue) = 201+161+12=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A10C is #365EF3. Grayscale: #9C9C9C. Windows color (decimal): -3563252 or 827849. OLE color: 827849.

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

Color convert

RGB 201 161 12 -
CMYK 0 0.20 0.94 0.21
HSL 47.3º 0.89% 0.42% -
HSV(B) 47.3º 0.94% 0.79% -
XYZ 36.9 37.93 5.73 -
YUV 155.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 201 161 12 0 0.20 0.94 0.21 47.3 0.89 0.42
Hex C9 A1 C 0 14 5E 15 2F 59 2A
Octal 311 241 14 0 24 136 25 57 131 52
Binary 11001001 10100001 1100 0 10100 1011110 10101 101111 1011001 101010

Color Harmonies of #C9A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A10C

Black with #C9A10C

Text Example


Text Example

White with #C9A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A10C; }

 p { color: rgb(201,161,12); }

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

background-color css

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

 a { background-color: rgb(201,161,12); }

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

border-color css

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

 span { border-color: rgb(201,161,12); }

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