Html Css Color HEX #C3A106 Buddha Gold

📋 copy color: '#C3A106'

red 195 ◦ green 161 ◦ blue 6

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

Shades of Buddha Gold #C3A106

Tints of Buddha Gold #C3A106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 53.87%
G = 44.48%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C3A106 (or 0xC3A106) is known color: Buddha Gold. HEX triplet: C3, A1 and 06. RGB value is (195,161,6). Sum of RGB (Red+Green+Blue) = 195+161+6=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A106 is #3C5EF9. Grayscale: #9A9A9A. Windows color (decimal): -3956474 or 434627. OLE color: 434627.

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

Color convert

RGB 195 161 6 -
CMYK 0 0.17 0.97 0.24
HSL 49.21º 0.94% 0.39% -
HSV(B) 49.21º 0.97% 0.76% -
XYZ 35.28 37.1 5.47 -
YUV 153.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 195 161 6 0 0.17 0.97 0.24 49.21 0.94 0.39
Hex C3 A1 6 0 11 61 18 31 5E 27
Octal 303 241 6 0 21 141 30 61 136 47
Binary 11000011 10100001 110 0 10001 1100001 11000 110001 1011110 100111

Color Harmonies of #C3A106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A106

Black with #C3A106

Text Example


Text Example

White with #C3A106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A106; }

 p { color: rgb(195,161,6); }

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

background-color css

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

 a { background-color: rgb(195,161,6); }

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

border-color css

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

 span { border-color: rgb(195,161,6); }

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