Html Css Color HEX #C49708 Buddha Gold

📋 copy color: '#C49708'

red 196 ◦ green 151 ◦ blue 8

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

Shades of Buddha Gold #C49708

Tints of Buddha Gold #C49708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 55.21%
G = 42.54%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C49708 (or 0xC49708) is known color: Buddha Gold. HEX triplet: C4, 97 and 08. RGB value is (196,151,8). Sum of RGB (Red+Green+Blue) = 196+151+8=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C49708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49708 is #3B68F7. Grayscale: #949494. Windows color (decimal): -3893496 or 563140. OLE color: 563140.

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

Color convert

RGB 196 151 8 -
CMYK 0 0.23 0.96 0.23
HSL 45.64º 0.92% 0.4% -
HSV(B) 45.64º 0.96% 0.77% -
XYZ 33.88 33.89 4.99 -
YUV 148.15 48.91 162.13 -
System Red Green Blue C M Y K H S L
Decimal 196 151 8 0 0.23 0.96 0.23 45.64 0.92 0.4
Hex C4 97 8 0 17 60 17 2E 5C 28
Octal 304 227 10 0 27 140 27 56 134 50
Binary 11000100 10010111 1000 0 10111 1100000 10111 101110 1011100 101000

Color Harmonies of #C49708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49708

Black with #C49708

Text Example


Text Example

White with #C49708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49708; }

 p { color: rgb(196,151,8); }

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

background-color css

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

 a { background-color: rgb(196,151,8); }

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

border-color css

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

 span { border-color: rgb(196,151,8); }

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