Html Css Color HEX #C4A00C Buddha Gold

📋 copy color: '#C4A00C'

red 196 ◦ green 160 ◦ blue 12

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

Shades of Buddha Gold #C4A00C

Tints of Buddha Gold #C4A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.48%

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

R = 53.26%
G = 43.48%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4A00C (or 0xC4A00C) is known color: Buddha Gold. HEX triplet: C4, A0 and 0C. RGB value is (196,160,12). Sum of RGB (Red+Green+Blue) = 196+160+12=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A00C is #3B5FF3. Grayscale: #9A9A9A. Windows color (decimal): -3891188 or 827588. OLE color: 827588.

HSL color Cylindrical-coordinate representation of color #C4A00C: hue angle of 48.26º 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 #C4A00C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 12 -
CMYK 0 0.18 0.94 0.23
HSL 48.26º 0.88% 0.41% -
HSV(B) 48.26º 0.94% 0.77% -
XYZ 35.4 36.9 5.61 -
YUV 153.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 196 160 12 0 0.18 0.94 0.23 48.26 0.88 0.41
Hex C4 A0 C 0 12 5E 17 30 58 29
Octal 304 240 14 0 22 136 27 60 130 51
Binary 11000100 10100000 1100 0 10010 1011110 10111 110000 1011000 101001

Color Harmonies of #C4A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A00C

Black with #C4A00C

Text Example


Text Example

White with #C4A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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