Html Css Color HEX #C3A022 Buddha Gold

📋 copy color: '#C3A022'

red 195 ◦ green 160 ◦ blue 34

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

Shades of Buddha Gold #C3A022

Tints of Buddha Gold #C3A022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.74%

R = 50.13%
G = 41.13%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3A022 (or 0xC3A022) is known color: Buddha Gold. HEX triplet: C3, A0 and 22. RGB value is (195,160,34). Sum of RGB (Red+Green+Blue) = 195+160+34=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A022 is #3C5FDD. Grayscale: #9C9C9C. Windows color (decimal): -3956702 or 2269379. OLE color: 2269379.

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

Color convert

RGB 195 160 34 -
CMYK 0 0.18 0.83 0.24
HSL 46.96º 0.7% 0.45% -
HSV(B) 46.96º 0.83% 0.76% -
XYZ 35.37 36.86 6.76 -
YUV 156.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 195 160 34 0 0.18 0.83 0.24 46.96 0.7 0.45
Hex C3 A0 22 0 12 53 18 2F 46 2D
Octal 303 240 42 0 22 123 30 57 106 55
Binary 11000011 10100000 100010 0 10010 1010011 11000 101111 1000110 101101

Color Harmonies of #C3A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A022

Black with #C3A022

Text Example


Text Example

White with #C3A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A022; }

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

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

background-color css

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

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

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

border-color css

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

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

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