Html Css Color HEX #C89716 Buddha Gold

📋 copy color: '#C89716'

red 200 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #C89716

Tints of Buddha Gold #C89716

RGB

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

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

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

R = 53.62%
G = 40.48%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C89716 (or 0xC89716) is known color: Buddha Gold. HEX triplet: C8, 97 and 16. RGB value is (200,151,22). Sum of RGB (Red+Green+Blue) = 200+151+22=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89716 is #3768E9. Grayscale: #979797. Windows color (decimal): -3631338 or 1480648. OLE color: 1480648.

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

Color convert

RGB 200 151 22 -
CMYK 0 0.24 0.89 0.22
HSL 43.48º 0.8% 0.44% -
HSV(B) 43.48º 0.89% 0.78% -
XYZ 35.03 34.47 5.57 -
YUV 150.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 200 151 22 0 0.24 0.89 0.22 43.48 0.8 0.44
Hex C8 97 16 0 18 59 16 2B 50 2C
Octal 310 227 26 0 30 131 26 53 120 54
Binary 11001000 10010111 10110 0 11000 1011001 10110 101011 1010000 101100

Color Harmonies of #C89716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89716

Black with #C89716

Text Example


Text Example

White with #C89716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89716; }

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

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

background-color css

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

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

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

border-color css

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

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

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