Html Css Color HEX #C2A111 Buddha Gold

📋 copy color: '#C2A111'

red 194 ◦ green 161 ◦ blue 17

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

Shades of Buddha Gold #C2A111

Tints of Buddha Gold #C2A111

RGB

 RED value IS 194 (76.17% from 255) = 52.15%

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

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 52.15%
G = 43.28%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2A111 (or 0xC2A111) is known color: Buddha Gold. HEX triplet: C2, A1 and 11. RGB value is (194,161,17). Sum of RGB (Red+Green+Blue) = 194+161+17=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A111 is #3D5EEE. Grayscale: #9B9B9B. Windows color (decimal): -4021999 or 1155522. OLE color: 1155522.

HSL color Cylindrical-coordinate representation of color #C2A111: hue angle of 48.81º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2A111 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 161 17 -
CMYK 0 0.17 0.91 0.24
HSL 48.81º 0.84% 0.41% -
HSV(B) 48.81º 0.91% 0.76% -
XYZ 35.09 37 5.82 -
YUV 154.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 194 161 17 0 0.17 0.91 0.24 48.81 0.84 0.41
Hex C2 A1 11 0 11 5B 18 31 54 29
Octal 302 241 21 0 21 133 30 61 124 51
Binary 11000010 10100001 10001 0 10001 1011011 11000 110001 1010100 101001

Color Harmonies of #C2A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A111

Black with #C2A111

Text Example


Text Example

White with #C2A111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A111; }

 p { color: rgb(194,161,17); }

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

background-color css

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

 a { background-color: rgb(194,161,17); }

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

border-color css

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

 span { border-color: rgb(194,161,17); }

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