Html Css Color HEX #C3A20C Buddha Gold

📋 copy color: '#C3A20C'

red 195 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #C3A20C

Tints of Buddha Gold #C3A20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.25%

R = 52.85%
G = 43.9%
B = 3.25%

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

#C3A20C (or 0xC3A20C) is known color: Buddha Gold. HEX triplet: C3, A2 and 0C. RGB value is (195,162,12). Sum of RGB (Red+Green+Blue) = 195+162+12=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A20C is #3C5DF3. Grayscale: #9B9B9B. Windows color (decimal): -3956212 or 828099. OLE color: 828099.

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

Color convert

RGB 195 162 12 -
CMYK 0 0.17 0.94 0.24
HSL 49.18º 0.88% 0.41% -
HSV(B) 49.18º 0.94% 0.76% -
XYZ 35.49 37.47 5.71 -
YUV 154.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 195 162 12 0 0.17 0.94 0.24 49.18 0.88 0.41
Hex C3 A2 C 0 11 5E 18 31 58 29
Octal 303 242 14 0 21 136 30 61 130 51
Binary 11000011 10100010 1100 0 10001 1011110 11000 110001 1011000 101001

Color Harmonies of #C3A20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A20C

Black with #C3A20C

Text Example


Text Example

White with #C3A20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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