Html Css Color HEX #C89516 Buddha Gold

📋 copy color: '#C89516'

red 200 ◦ green 149 ◦ blue 22

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

Shades of Buddha Gold #C89516

Tints of Buddha Gold #C89516

RGB

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

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

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

R = 53.91%
G = 40.16%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C89516 (or 0xC89516) is known color: Buddha Gold. HEX triplet: C8, 95 and 16. RGB value is (200,149,22). Sum of RGB (Red+Green+Blue) = 200+149+22=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89516 is #376AE9. Grayscale: #969696. Windows color (decimal): -3631850 or 1480136. OLE color: 1480136.

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

Color convert

RGB 200 149 22 -
CMYK 0 0.26 0.89 0.22
HSL 42.81º 0.8% 0.44% -
HSV(B) 42.81º 0.89% 0.78% -
XYZ 34.71 33.83 5.46 -
YUV 149.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 200 149 22 0 0.26 0.89 0.22 42.81 0.8 0.44
Hex C8 95 16 0 1A 59 16 2B 50 2C
Octal 310 225 26 0 32 131 26 53 120 54
Binary 11001000 10010101 10110 0 11010 1011001 10110 101011 1010000 101100

Color Harmonies of #C89516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89516

Black with #C89516

Text Example


Text Example

White with #C89516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89516; }

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

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

background-color css

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

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

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

border-color css

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

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

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