Html Css Color HEX #C4A90C Buddha Gold

📋 copy color: '#C4A90C'

red 196 ◦ green 169 ◦ blue 12

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

Shades of Buddha Gold #C4A90C

Tints of Buddha Gold #C4A90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.83%

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

R = 51.99%
G = 44.83%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4A90C (or 0xC4A90C) is known color: Buddha Gold. HEX triplet: C4, A9 and 0C. RGB value is (196,169,12). Sum of RGB (Red+Green+Blue) = 196+169+12=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A90C is #3B56F3. Grayscale: #9F9F9F. Windows color (decimal): -3888884 or 829892. OLE color: 829892.

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

Color convert

RGB 196 169 12 -
CMYK 0 0.14 0.94 0.23
HSL 51.2º 0.88% 0.41% -
HSV(B) 51.2º 0.94% 0.77% -
XYZ 37.02 40.14 6.14 -
YUV 159.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 196 169 12 0 0.14 0.94 0.23 51.2 0.88 0.41
Hex C4 A9 C 0 E 5E 17 33 58 29
Octal 304 251 14 0 16 136 27 63 130 51
Binary 11000100 10101001 1100 0 1110 1011110 10111 110011 1011000 101001

Color Harmonies of #C4A90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A90C

Black with #C4A90C

Text Example


Text Example

White with #C4A90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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