Html Css Color HEX #C3A224 Buddha Gold

📋 copy color: '#C3A224'

red 195 ◦ green 162 ◦ blue 36

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

Shades of Buddha Gold #C3A224

Tints of Buddha Gold #C3A224

RGB

 RED value IS 195 (76.56% from 255) = 49.62%

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

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

R = 49.62%
G = 41.22%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3A224 (or 0xC3A224) is known color: Buddha Gold. HEX triplet: C3, A2 and 24. RGB value is (195,162,36). Sum of RGB (Red+Green+Blue) = 195+162+36=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A224 is #3C5DDB. Grayscale: #9E9E9E. Windows color (decimal): -3956188 or 2400963. OLE color: 2400963.

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

Color convert

RGB 195 162 36 -
CMYK 0 0.17 0.82 0.24
HSL 47.55º 0.69% 0.45% -
HSV(B) 47.55º 0.82% 0.76% -
XYZ 35.74 37.57 7.04 -
YUV 157.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 195 162 36 0 0.17 0.82 0.24 47.55 0.69 0.45
Hex C3 A2 24 0 11 52 18 30 45 2D
Octal 303 242 44 0 21 122 30 60 105 55
Binary 11000011 10100010 100100 0 10001 1010010 11000 110000 1000101 101101

Color Harmonies of #C3A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A224

Black with #C3A224

Text Example


Text Example

White with #C3A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A224; }

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

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

background-color css

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

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

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

border-color css

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

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

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