Html Css Color HEX #C89116 Buddha Gold

📋 copy color: '#C89116'

red 200 ◦ green 145 ◦ blue 22

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

Shades of Buddha Gold #C89116

Tints of Buddha Gold #C89116

RGB

 RED value IS 200 (78.52% from 255) = 54.5%

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

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

R = 54.5%
G = 39.51%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C89116 (or 0xC89116) is known color: Buddha Gold. HEX triplet: C8, 91 and 16. RGB value is (200,145,22). Sum of RGB (Red+Green+Blue) = 200+145+22=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89116 is #376EE9. Grayscale: #939393. Windows color (decimal): -3632874 or 1479112. OLE color: 1479112.

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

Color convert

RGB 200 145 22 -
CMYK 0 0.28 0.89 0.22
HSL 41.46º 0.8% 0.44% -
HSV(B) 41.46º 0.89% 0.78% -
XYZ 34.09 32.59 5.25 -
YUV 147.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 200 145 22 0 0.28 0.89 0.22 41.46 0.8 0.44
Hex C8 91 16 0 1C 59 16 29 50 2C
Octal 310 221 26 0 34 131 26 51 120 54
Binary 11001000 10010001 10110 0 11100 1011001 10110 101001 1010000 101100

Color Harmonies of #C89116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89116

Black with #C89116

Text Example


Text Example

White with #C89116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89116; }

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

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

background-color css

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

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

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

border-color css

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

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

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