Html Css Color HEX #C3A20B Buddha Gold

📋 copy color: '#C3A20B'

red 195 ◦ green 162 ◦ blue 11

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

Shades of Buddha Gold #C3A20B

Tints of Buddha Gold #C3A20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.99%

R = 52.99%
G = 44.02%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3A20B (or 0xC3A20B) is known color: Buddha Gold. HEX triplet: C3, A2 and 0B. RGB value is (195,162,11). Sum of RGB (Red+Green+Blue) = 195+162+11=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A20B is #3C5DF4. Grayscale: #9B9B9B. Windows color (decimal): -3956213 or 762563. OLE color: 762563.

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

Color convert

RGB 195 162 11 -
CMYK 0 0.17 0.94 0.24
HSL 49.24º 0.89% 0.4% -
HSV(B) 49.24º 0.94% 0.76% -
XYZ 35.49 37.47 5.68 -
YUV 154.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 195 162 11 0 0.17 0.94 0.24 49.24 0.89 0.4
Hex C3 A2 B 0 11 5E 18 31 59 28
Octal 303 242 13 0 21 136 30 61 131 50
Binary 11000011 10100010 1011 0 10001 1011110 11000 110001 1011001 101000

Color Harmonies of #C3A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A20B

Black with #C3A20B

Text Example


Text Example

White with #C3A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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