Html Css Color HEX #C49C0A Buddha Gold

📋 copy color: '#C49C0A'

red 196 ◦ green 156 ◦ blue 10

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

Shades of Buddha Gold #C49C0A

Tints of Buddha Gold #C49C0A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 54.14%
G = 43.09%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C49C0A (or 0xC49C0A) is known color: Buddha Gold. HEX triplet: C4, 9C and 0A. RGB value is (196,156,10). Sum of RGB (Red+Green+Blue) = 196+156+10=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C0A is #3B63F5. Grayscale: #979797. Windows color (decimal): -3892214 or 695492. OLE color: 695492.

HSL color Cylindrical-coordinate representation of color #C49C0A: hue angle of 47.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C49C0A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 156 10 -
CMYK 0 0.20 0.95 0.23
HSL 47.1º 0.9% 0.4% -
HSV(B) 47.1º 0.95% 0.77% -
XYZ 34.71 35.53 5.32 -
YUV 151.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 196 156 10 0 0.20 0.95 0.23 47.1 0.9 0.4
Hex C4 9C A 0 14 5F 17 2F 5A 28
Octal 304 234 12 0 24 137 27 57 132 50
Binary 11000100 10011100 1010 0 10100 1011111 10111 101111 1011010 101000

Color Harmonies of #C49C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C0A

Black with #C49C0A

Text Example


Text Example

White with #C49C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C0A; }

 p { color: rgb(196,156,10); }

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

background-color css

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

 a { background-color: rgb(196,156,10); }

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

border-color css

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

 span { border-color: rgb(196,156,10); }

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