Html Css Color HEX #C0A10F Buddha Gold

📋 copy color: '#C0A10F'

red 192 ◦ green 161 ◦ blue 15

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

Shades of Buddha Gold #C0A10F

Tints of Buddha Gold #C0A10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.75%

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

R = 52.17%
G = 43.75%
B = 4.08%

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

#C0A10F (or 0xC0A10F) is known color: Buddha Gold. HEX triplet: C0, A1 and 0F. RGB value is (192,161,15). Sum of RGB (Red+Green+Blue) = 192+161+15=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A10F is #3F5EF0. Grayscale: #9A9A9A. Windows color (decimal): -4153073 or 1024448. OLE color: 1024448.

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

Color convert

RGB 192 161 15 -
CMYK 0 0.16 0.92 0.25
HSL 49.49º 0.86% 0.41% -
HSV(B) 49.49º 0.92% 0.75% -
XYZ 34.57 36.73 5.72 -
YUV 153.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 192 161 15 0 0.16 0.92 0.25 49.49 0.86 0.41
Hex C0 A1 F 0 10 5C 19 31 56 29
Octal 300 241 17 0 20 134 31 61 126 51
Binary 11000000 10100001 1111 0 10000 1011100 11001 110001 1010110 101001

Color Harmonies of #C0A10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A10F

Black with #C0A10F

Text Example


Text Example

White with #C0A10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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