Html Css Color HEX #C49809 Buddha Gold

📋 copy color: '#C49809'

red 196 ◦ green 152 ◦ blue 9

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

Shades of Buddha Gold #C49809

Tints of Buddha Gold #C49809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 9 (3.91% from 255) = 2.52%

R = 54.9%
G = 42.58%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C49809 (or 0xC49809) is known color: Buddha Gold. HEX triplet: C4, 98 and 09. RGB value is (196,152,9). Sum of RGB (Red+Green+Blue) = 196+152+9=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C49809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49809 is #3B67F6. Grayscale: #959595. Windows color (decimal): -3893239 or 628932. OLE color: 628932.

HSL color Cylindrical-coordinate representation of color #C49809: hue angle of 45.88º degrees, saturation: 0.91, 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 #C49809 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 9 -
CMYK 0 0.22 0.95 0.23
HSL 45.88º 0.91% 0.4% -
HSV(B) 45.88º 0.95% 0.77% -
XYZ 34.04 34.21 5.07 -
YUV 148.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 196 152 9 0 0.22 0.95 0.23 45.88 0.91 0.4
Hex C4 98 9 0 16 5F 17 2E 5B 28
Octal 304 230 11 0 26 137 27 56 133 50
Binary 11000100 10011000 1001 0 10110 1011111 10111 101110 1011011 101000

Color Harmonies of #C49809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49809

Black with #C49809

Text Example


Text Example

White with #C49809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49809; }

 p { color: rgb(196,152,9); }

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

background-color css

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

 a { background-color: rgb(196,152,9); }

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

border-color css

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

 span { border-color: rgb(196,152,9); }

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