Html Css Color HEX #C0A20F Buddha Gold

📋 copy color: '#C0A20F'

red 192 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #C0A20F

Tints of Buddha Gold #C0A20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 52.03%
G = 43.9%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0A20F (or 0xC0A20F) is known color: Buddha Gold. HEX triplet: C0, A2 and 0F. RGB value is (192,162,15). Sum of RGB (Red+Green+Blue) = 192+162+15=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A20F is #3F5DF0. Grayscale: #9A9A9A. Windows color (decimal): -4152817 or 1024704. OLE color: 1024704.

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

Color convert

RGB 192 162 15 -
CMYK 0 0.16 0.92 0.25
HSL 49.83º 0.86% 0.41% -
HSV(B) 49.83º 0.92% 0.75% -
XYZ 34.74 37.08 5.78 -
YUV 154.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 192 162 15 0 0.16 0.92 0.25 49.83 0.86 0.41
Hex C0 A2 F 0 10 5C 19 32 56 29
Octal 300 242 17 0 20 134 31 62 126 51
Binary 11000000 10100010 1111 0 10000 1011100 11001 110010 1010110 101001

Color Harmonies of #C0A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A20F

Black with #C0A20F

Text Example


Text Example

White with #C0A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A20F; }

 p { color: rgb(192,162,15); }

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

background-color css

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

 a { background-color: rgb(192,162,15); }

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

border-color css

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

 span { border-color: rgb(192,162,15); }

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