Html Css Color HEX #C89910 Buddha Gold

📋 copy color: '#C89910'

red 200 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #C89910

Tints of Buddha Gold #C89910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 54.2%
G = 41.46%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89910 (or 0xC89910) is known color: Buddha Gold. HEX triplet: C8, 99 and 10. RGB value is (200,153,16). Sum of RGB (Red+Green+Blue) = 200+153+16=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C89910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89910 is #3766EF. Grayscale: #989898. Windows color (decimal): -3630832 or 1087944. OLE color: 1087944.

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

Color convert

RGB 200 153 16 -
CMYK 0 0.24 0.92 0.22
HSL 44.67º 0.85% 0.42% -
HSV(B) 44.67º 0.92% 0.78% -
XYZ 35.3 35.1 5.4 -
YUV 151.44 51.57 162.64 -
System Red Green Blue C M Y K H S L
Decimal 200 153 16 0 0.24 0.92 0.22 44.67 0.85 0.42
Hex C8 99 10 0 18 5C 16 2D 55 2A
Octal 310 231 20 0 30 134 26 55 125 52
Binary 11001000 10011001 10000 0 11000 1011100 10110 101101 1010101 101010

Color Harmonies of #C89910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89910

Black with #C89910

Text Example


Text Example

White with #C89910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89910; }

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

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

background-color css

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

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

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

border-color css

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

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

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