Html Css Color HEX #C0A60C Buddha Gold

📋 copy color: '#C0A60C'

red 192 ◦ green 166 ◦ blue 12

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

Shades of Buddha Gold #C0A60C

Tints of Buddha Gold #C0A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 51.89%
G = 44.86%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0A60C (or 0xC0A60C) is known color: Buddha Gold. HEX triplet: C0, A6 and 0C. RGB value is (192,166,12). Sum of RGB (Red+Green+Blue) = 192+166+12=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A60C is #3F59F3. Grayscale: #9C9C9C. Windows color (decimal): -4151796 or 829120. OLE color: 829120.

HSL color Cylindrical-coordinate representation of color #C0A60C: hue angle of 51.33º degrees, saturation: 0.88, 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 #C0A60C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 12 -
CMYK 0 0.14 0.94 0.25
HSL 51.33º 0.88% 0.4% -
HSV(B) 51.33º 0.94% 0.75% -
XYZ 35.44 38.51 5.91 -
YUV 156.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 192 166 12 0 0.14 0.94 0.25 51.33 0.88 0.4
Hex C0 A6 C 0 E 5E 19 33 58 28
Octal 300 246 14 0 16 136 31 63 130 50
Binary 11000000 10100110 1100 0 1110 1011110 11001 110011 1011000 101000

Color Harmonies of #C0A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A60C

Black with #C0A60C

Text Example


Text Example

White with #C0A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A60C; }

 p { color: rgb(192,166,12); }

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

background-color css

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

 a { background-color: rgb(192,166,12); }

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

border-color css

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

 span { border-color: rgb(192,166,12); }

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