Html Css Color HEX #C69516 Buddha Gold

📋 copy color: '#C69516'

red 198 ◦ green 149 ◦ blue 22

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

Shades of Buddha Gold #C69516

Tints of Buddha Gold #C69516

RGB

 RED value IS 198 (77.73% from 255) = 53.66%

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 22 (8.98% from 255) = 5.96%

R = 53.66%
G = 40.38%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C69516 (or 0xC69516) is known color: Buddha Gold. HEX triplet: C6, 95 and 16. RGB value is (198,149,22). Sum of RGB (Red+Green+Blue) = 198+149+22=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C69516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69516 is #396AE9. Grayscale: #959595. Windows color (decimal): -3762922 or 1480134. OLE color: 1480134.

HSL color Cylindrical-coordinate representation of color #C69516: hue angle of 43.3º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C69516 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 22 -
CMYK 0 0.25 0.89 0.22
HSL 43.3º 0.8% 0.43% -
HSV(B) 43.3º 0.89% 0.78% -
XYZ 34.18 33.56 5.43 -
YUV 149.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 198 149 22 0 0.25 0.89 0.22 43.3 0.8 0.43
Hex C6 95 16 0 19 59 16 2B 50 2B
Octal 306 225 26 0 31 131 26 53 120 53
Binary 11000110 10010101 10110 0 11001 1011001 10110 101011 1010000 101011

Color Harmonies of #C69516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69516

Black with #C69516

Text Example


Text Example

White with #C69516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69516; }

 p { color: rgb(198,149,22); }

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

background-color css

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

 a { background-color: rgb(198,149,22); }

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

border-color css

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

 span { border-color: rgb(198,149,22); }

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