Html Css Color HEX #C0A40C Buddha Gold

📋 copy color: '#C0A40C'

red 192 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #C0A40C

Tints of Buddha Gold #C0A40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.57%

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

R = 52.17%
G = 44.57%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0A40C (or 0xC0A40C) is known color: Buddha Gold. HEX triplet: C0, A4 and 0C. RGB value is (192,164,12). Sum of RGB (Red+Green+Blue) = 192+164+12=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A40C is #3F5BF3. Grayscale: #9B9B9B. Windows color (decimal): -4152308 or 828608. OLE color: 828608.

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

Color convert

RGB 192 164 12 -
CMYK 0 0.15 0.94 0.25
HSL 50.67º 0.88% 0.4% -
HSV(B) 50.67º 0.94% 0.75% -
XYZ 35.08 37.78 5.79 -
YUV 155.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 192 164 12 0 0.15 0.94 0.25 50.67 0.88 0.4
Hex C0 A4 C 0 F 5E 19 33 58 28
Octal 300 244 14 0 17 136 31 63 130 50
Binary 11000000 10100100 1100 0 1111 1011110 11001 110011 1011000 101000

Color Harmonies of #C0A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A40C

Black with #C0A40C

Text Example


Text Example

White with #C0A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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