Html Css Color HEX #C0A009 Buddha Gold

📋 copy color: '#C0A009'

red 192 ◦ green 160 ◦ blue 9

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

Shades of Buddha Gold #C0A009

Tints of Buddha Gold #C0A009

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

 GREEN value IS 160 (62.89% from 255) = 44.32%

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 53.19%
G = 44.32%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0A009 (or 0xC0A009) is known color: Buddha Gold. HEX triplet: C0, A0 and 09. RGB value is (192,160,9). Sum of RGB (Red+Green+Blue) = 192+160+9=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A009 is #3F5FF6. Grayscale: #989898. Windows color (decimal): -4153335 or 630976. OLE color: 630976.

HSL color Cylindrical-coordinate representation of color #C0A009: hue angle of 49.51º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0A009 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 9 -
CMYK 0 0.17 0.95 0.25
HSL 49.51º 0.91% 0.39% -
HSV(B) 49.51º 0.95% 0.75% -
XYZ 34.36 36.37 5.47 -
YUV 152.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 192 160 9 0 0.17 0.95 0.25 49.51 0.91 0.39
Hex C0 A0 9 0 11 5F 19 32 5B 27
Octal 300 240 11 0 21 137 31 62 133 47
Binary 11000000 10100000 1001 0 10001 1011111 11001 110010 1011011 100111

Color Harmonies of #C0A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A009

Black with #C0A009

Text Example


Text Example

White with #C0A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A009; }

 p { color: rgb(192,160,9); }

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

background-color css

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

 a { background-color: rgb(192,160,9); }

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

border-color css

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

 span { border-color: rgb(192,160,9); }

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