Html Css Color HEX #C0A209 Buddha Gold

📋 copy color: '#C0A209'

red 192 ◦ green 162 ◦ blue 9

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

Shades of Buddha Gold #C0A209

Tints of Buddha Gold #C0A209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.63%

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

R = 52.89%
G = 44.63%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0A209 (or 0xC0A209) is known color: Buddha Gold. HEX triplet: C0, A2 and 09. RGB value is (192,162,9). Sum of RGB (Red+Green+Blue) = 192+162+9=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A209 is #3F5DF6. Grayscale: #9A9A9A. Windows color (decimal): -4152823 or 631488. OLE color: 631488.

HSL color Cylindrical-coordinate representation of color #C0A209: hue angle of 50.16º 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 #C0A209 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 162 9 -
CMYK 0 0.16 0.95 0.25
HSL 50.16º 0.91% 0.39% -
HSV(B) 50.16º 0.95% 0.75% -
XYZ 34.71 37.07 5.58 -
YUV 153.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 192 162 9 0 0.16 0.95 0.25 50.16 0.91 0.39
Hex C0 A2 9 0 10 5F 19 32 5B 27
Octal 300 242 11 0 20 137 31 62 133 47
Binary 11000000 10100010 1001 0 10000 1011111 11001 110010 1011011 100111

Color Harmonies of #C0A209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A209

Black with #C0A209

Text Example


Text Example

White with #C0A209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A209; }

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

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

background-color css

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

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

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

border-color css

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

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

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