Html Css Color HEX #C3A405 Buddha Gold

📋 copy color: '#C3A405'

red 195 ◦ green 164 ◦ blue 5

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

Shades of Buddha Gold #C3A405

Tints of Buddha Gold #C3A405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.05%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 53.57%
G = 45.05%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C3A405 (or 0xC3A405) is known color: Buddha Gold. HEX triplet: C3, A4 and 05. RGB value is (195,164,5). Sum of RGB (Red+Green+Blue) = 195+164+5=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A405 is #3C5BFA. Grayscale: #9B9B9B. Windows color (decimal): -3955707 or 369859. OLE color: 369859.

HSL color Cylindrical-coordinate representation of color #C3A405: hue angle of 50.21º degrees, saturation: 0.95, 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 #C3A405 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 5 -
CMYK 0 0.16 0.97 0.24
HSL 50.21º 0.95% 0.39% -
HSV(B) 50.21º 0.97% 0.76% -
XYZ 35.81 38.16 5.62 -
YUV 155.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 195 164 5 0 0.16 0.97 0.24 50.21 0.95 0.39
Hex C3 A4 5 0 10 61 18 32 5F 27
Octal 303 244 5 0 20 141 30 62 137 47
Binary 11000011 10100100 101 0 10000 1100001 11000 110010 1011111 100111

Color Harmonies of #C3A405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A405

Black with #C3A405

Text Example


Text Example

White with #C3A405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A405; }

 p { color: rgb(195,164,5); }

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

background-color css

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

 a { background-color: rgb(195,164,5); }

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

border-color css

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

 span { border-color: rgb(195,164,5); }

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