Html Css Color HEX #C69116 Buddha Gold

📋 copy color: '#C69116'

red 198 ◦ green 145 ◦ blue 22

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

Shades of Buddha Gold #C69116

Tints of Buddha Gold #C69116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 54.25%
G = 39.73%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C69116 (or 0xC69116) is known color: Buddha Gold. HEX triplet: C6, 91 and 16. RGB value is (198,145,22). Sum of RGB (Red+Green+Blue) = 198+145+22=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C69116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69116 is #396EE9. Grayscale: #939393. Windows color (decimal): -3763946 or 1479110. OLE color: 1479110.

HSL color Cylindrical-coordinate representation of color #C69116: hue angle of 41.93º 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 #C69116 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 22 -
CMYK 0 0.27 0.89 0.22
HSL 41.93º 0.8% 0.43% -
HSV(B) 41.93º 0.89% 0.78% -
XYZ 33.56 32.31 5.23 -
YUV 146.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 198 145 22 0 0.27 0.89 0.22 41.93 0.8 0.43
Hex C6 91 16 0 1B 59 16 2A 50 2B
Octal 306 221 26 0 33 131 26 52 120 53
Binary 11000110 10010001 10110 0 11011 1011001 10110 101010 1010000 101011

Color Harmonies of #C69116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69116

Black with #C69116

Text Example


Text Example

White with #C69116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69116; }

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

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

background-color css

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

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

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

border-color css

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

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

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