Html Css Color HEX #C3A024 Buddha Gold

📋 copy color: '#C3A024'

red 195 ◦ green 160 ◦ blue 36

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

Shades of Buddha Gold #C3A024

Tints of Buddha Gold #C3A024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

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

R = 49.87%
G = 40.92%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3A024 (or 0xC3A024) is known color: Buddha Gold. HEX triplet: C3, A0 and 24. RGB value is (195,160,36). Sum of RGB (Red+Green+Blue) = 195+160+36=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A024 is #3C5FDB. Grayscale: #9C9C9C. Windows color (decimal): -3956700 or 2400451. OLE color: 2400451.

HSL color Cylindrical-coordinate representation of color #C3A024: hue angle of 46.79º 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 #C3A024 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 160 36 -
CMYK 0 0.18 0.82 0.24
HSL 46.79º 0.69% 0.45% -
HSV(B) 46.79º 0.82% 0.76% -
XYZ 35.39 36.87 6.92 -
YUV 156.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 195 160 36 0 0.18 0.82 0.24 46.79 0.69 0.45
Hex C3 A0 24 0 12 52 18 2F 45 2D
Octal 303 240 44 0 22 122 30 57 105 55
Binary 11000011 10100000 100100 0 10010 1010010 11000 101111 1000101 101101

Color Harmonies of #C3A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A024

Black with #C3A024

Text Example


Text Example

White with #C3A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A024; }

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

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

background-color css

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

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

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

border-color css

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

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

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