Html Css Color HEX #C0AA0A Buddha Gold

📋 copy color: '#C0AA0A'

red 192 ◦ green 170 ◦ blue 10

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

Shades of Buddha Gold #C0AA0A

Tints of Buddha Gold #C0AA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.69%

R = 51.61%
G = 45.7%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0AA0A (or 0xC0AA0A) is known color: Buddha Gold. HEX triplet: C0, AA and 0A. RGB value is (192,170,10). Sum of RGB (Red+Green+Blue) = 192+170+10=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA0A is #3F55F5. Grayscale: #9E9E9E. Windows color (decimal): -4150774 or 699072. OLE color: 699072.

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

Color convert

RGB 192 170 10 -
CMYK 0 0.11 0.95 0.25
HSL 52.75º 0.9% 0.4% -
HSV(B) 52.75º 0.95% 0.75% -
XYZ 36.17 39.98 6.1 -
YUV 158.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 192 170 10 0 0.11 0.95 0.25 52.75 0.9 0.4
Hex C0 AA A 0 B 5F 19 35 5A 28
Octal 300 252 12 0 13 137 31 65 132 50
Binary 11000000 10101010 1010 0 1011 1011111 11001 110101 1011010 101000

Color Harmonies of #C0AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA0A

Black with #C0AA0A

Text Example


Text Example

White with #C0AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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