Html Css Color HEX #C1A224 Buddha Gold

📋 copy color: '#C1A224'

red 193 ◦ green 162 ◦ blue 36

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

Shades of Buddha Gold #C1A224

Tints of Buddha Gold #C1A224

RGB

 RED value IS 193 (75.78% from 255) = 49.36%

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

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 49.36%
G = 41.43%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1A224 (or 0xC1A224) is known color: Buddha Gold. HEX triplet: C1, A2 and 24. RGB value is (193,162,36). Sum of RGB (Red+Green+Blue) = 193+162+36=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A224 is #3E5DDB. Grayscale: #9D9D9D. Windows color (decimal): -4087260 or 2400961. OLE color: 2400961.

HSL color Cylindrical-coordinate representation of color #C1A224: hue angle of 48.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1A224 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 162 36 -
CMYK 0 0.16 0.81 0.24
HSL 48.15º 0.69% 0.45% -
HSV(B) 48.15º 0.81% 0.76% -
XYZ 35.23 37.31 7.01 -
YUV 156.91 59.77 153.75 -
System Red Green Blue C M Y K H S L
Decimal 193 162 36 0 0.16 0.81 0.24 48.15 0.69 0.45
Hex C1 A2 24 0 10 51 18 30 45 2D
Octal 301 242 44 0 20 121 30 60 105 55
Binary 11000001 10100010 100100 0 10000 1010001 11000 110000 1000101 101101

Color Harmonies of #C1A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A224

Black with #C1A224

Text Example


Text Example

White with #C1A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A224; }

 p { color: rgb(193,162,36); }

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

background-color css

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

 a { background-color: rgb(193,162,36); }

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

border-color css

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

 span { border-color: rgb(193,162,36); }

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