Html Css Color HEX #C0AA08 Buddha Gold

📋 copy color: '#C0AA08'

red 192 ◦ green 170 ◦ blue 8

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

Shades of Buddha Gold #C0AA08

Tints of Buddha Gold #C0AA08

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 51.89%
G = 45.95%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C0AA08 (or 0xC0AA08) is known color: Buddha Gold. HEX triplet: C0, AA and 08. RGB value is (192,170,8). Sum of RGB (Red+Green+Blue) = 192+170+8=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA08 is #3F55F7. Grayscale: #9E9E9E. Windows color (decimal): -4150776 or 568000. OLE color: 568000.

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

Color convert

RGB 192 170 8 -
CMYK 0 0.11 0.96 0.25
HSL 52.83º 0.92% 0.39% -
HSV(B) 52.83º 0.96% 0.75% -
XYZ 36.16 39.97 6.04 -
YUV 158.11 43.29 152.17 -
System Red Green Blue C M Y K H S L
Decimal 192 170 8 0 0.11 0.96 0.25 52.83 0.92 0.39
Hex C0 AA 8 0 B 60 19 35 5C 27
Octal 300 252 10 0 13 140 31 65 134 47
Binary 11000000 10101010 1000 0 1011 1100000 11001 110101 1011100 100111

Color Harmonies of #C0AA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA08

Black with #C0AA08

Text Example


Text Example

White with #C0AA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA08; }

 p { color: rgb(192,170,8); }

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

background-color css

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

 a { background-color: rgb(192,170,8); }

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

border-color css

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

 span { border-color: rgb(192,170,8); }

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