Html Css Color HEX #C89210 Buddha Gold

📋 copy color: '#C89210'

red 200 ◦ green 146 ◦ blue 16

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

Shades of Buddha Gold #C89210

Tints of Buddha Gold #C89210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 55.25%
G = 40.33%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89210 (or 0xC89210) is known color: Buddha Gold. HEX triplet: C8, 92 and 10. RGB value is (200,146,16). Sum of RGB (Red+Green+Blue) = 200+146+16=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C89210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89210 is #376DEF. Grayscale: #939393. Windows color (decimal): -3632624 or 1086152. OLE color: 1086152.

HSL color Cylindrical-coordinate representation of color #C89210: hue angle of 42.39º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89210 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 16 -
CMYK 0 0.27 0.92 0.22
HSL 42.39º 0.85% 0.42% -
HSV(B) 42.39º 0.92% 0.78% -
XYZ 34.19 32.87 5.03 -
YUV 147.33 53.89 165.57 -
System Red Green Blue C M Y K H S L
Decimal 200 146 16 0 0.27 0.92 0.22 42.39 0.85 0.42
Hex C8 92 10 0 1B 5C 16 2A 55 2A
Octal 310 222 20 0 33 134 26 52 125 52
Binary 11001000 10010010 10000 0 11011 1011100 10110 101010 1010101 101010

Color Harmonies of #C89210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89210

Black with #C89210

Text Example


Text Example

White with #C89210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89210; }

 p { color: rgb(200,146,16); }

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

background-color css

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

 a { background-color: rgb(200,146,16); }

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

border-color css

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

 span { border-color: rgb(200,146,16); }

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