Html Css Color HEX #C4A30C Buddha Gold

📋 copy color: '#C4A30C'

red 196 ◦ green 163 ◦ blue 12

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

Shades of Buddha Gold #C4A30C

Tints of Buddha Gold #C4A30C

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 52.83%
G = 43.94%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4A30C (or 0xC4A30C) is known color: Buddha Gold. HEX triplet: C4, A3 and 0C. RGB value is (196,163,12). Sum of RGB (Red+Green+Blue) = 196+163+12=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A30C is #3B5CF3. Grayscale: #9C9C9C. Windows color (decimal): -3890420 or 828356. OLE color: 828356.

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

Color convert

RGB 196 163 12 -
CMYK 0 0.17 0.94 0.23
HSL 49.24º 0.88% 0.41% -
HSV(B) 49.24º 0.94% 0.77% -
XYZ 35.93 37.96 5.78 -
YUV 155.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 196 163 12 0 0.17 0.94 0.23 49.24 0.88 0.41
Hex C4 A3 C 0 11 5E 17 31 58 29
Octal 304 243 14 0 21 136 27 61 130 51
Binary 11000100 10100011 1100 0 10001 1011110 10111 110001 1011000 101001

Color Harmonies of #C4A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A30C

Black with #C4A30C

Text Example


Text Example

White with #C4A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A30C; }

 p { color: rgb(196,163,12); }

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

background-color css

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

 a { background-color: rgb(196,163,12); }

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

border-color css

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

 span { border-color: rgb(196,163,12); }

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