Html Css Color HEX #C0AA0B Buddha Gold

📋 copy color: '#C0AA0B'

red 192 ◦ green 170 ◦ blue 11

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

Shades of Buddha Gold #C0AA0B

Tints of Buddha Gold #C0AA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 51.47%
G = 45.58%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0AA0B (or 0xC0AA0B) is known color: Buddha Gold. HEX triplet: C0, AA and 0B. RGB value is (192,170,11). Sum of RGB (Red+Green+Blue) = 192+170+11=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA0B is #3F55F4. Grayscale: #9F9F9F. Windows color (decimal): -4150773 or 764608. OLE color: 764608.

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

Color convert

RGB 192 170 11 -
CMYK 0 0.11 0.94 0.25
HSL 52.71º 0.89% 0.4% -
HSV(B) 52.71º 0.94% 0.75% -
XYZ 36.17 39.98 6.13 -
YUV 158.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 192 170 11 0 0.11 0.94 0.25 52.71 0.89 0.4
Hex C0 AA B 0 B 5E 19 35 59 28
Octal 300 252 13 0 13 136 31 65 131 50
Binary 11000000 10101010 1011 0 1011 1011110 11001 110101 1011001 101000

Color Harmonies of #C0AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA0B

Black with #C0AA0B

Text Example


Text Example

White with #C0AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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