Html Css Color HEX #C0A11F Buddha Gold

📋 copy color: '#C0A11F'

red 192 ◦ green 161 ◦ blue 31

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

Shades of Buddha Gold #C0A11F

Tints of Buddha Gold #C0A11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 50%
G = 41.93%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0A11F (or 0xC0A11F) is known color: Buddha Gold. HEX triplet: C0, A1 and 1F. RGB value is (192,161,31). Sum of RGB (Red+Green+Blue) = 192+161+31=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A11F is #3F5EE0. Grayscale: #9B9B9B. Windows color (decimal): -4153057 or 2073024. OLE color: 2073024.

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

Color convert

RGB 192 161 31 -
CMYK 0 0.16 0.84 0.25
HSL 48.45º 0.72% 0.44% -
HSV(B) 48.45º 0.84% 0.75% -
XYZ 34.73 36.8 6.57 -
YUV 155.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 192 161 31 0 0.16 0.84 0.25 48.45 0.72 0.44
Hex C0 A1 1F 0 10 54 19 30 48 2C
Octal 300 241 37 0 20 124 31 60 110 54
Binary 11000000 10100001 11111 0 10000 1010100 11001 110000 1001000 101100

Color Harmonies of #C0A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A11F

Black with #C0A11F

Text Example


Text Example

White with #C0A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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