Html Css Color HEX #C3A20F Buddha Gold

📋 copy color: '#C3A20F'

red 195 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #C3A20F

Tints of Buddha Gold #C3A20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.03%

R = 52.42%
G = 43.55%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3A20F (or 0xC3A20F) is known color: Buddha Gold. HEX triplet: C3, A2 and 0F. RGB value is (195,162,15). Sum of RGB (Red+Green+Blue) = 195+162+15=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A20F is #3C5DF0. Grayscale: #9B9B9B. Windows color (decimal): -3956209 or 1024707. OLE color: 1024707.

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

Color convert

RGB 195 162 15 -
CMYK 0 0.17 0.92 0.24
HSL 49º 0.86% 0.41% -
HSV(B) 49º 0.92% 0.76% -
XYZ 35.51 37.48 5.81 -
YUV 155.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 195 162 15 0 0.17 0.92 0.24 49 0.86 0.41
Hex C3 A2 F 0 11 5C 18 31 56 29
Octal 303 242 17 0 21 134 30 61 126 51
Binary 11000011 10100010 1111 0 10001 1011100 11000 110001 1010110 101001

Color Harmonies of #C3A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A20F

Black with #C3A20F

Text Example


Text Example

White with #C3A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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