Html Css Color HEX #C89410 Buddha Gold

📋 copy color: '#C89410'

red 200 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #C89410

Tints of Buddha Gold #C89410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 54.95%
G = 40.66%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89410 (or 0xC89410) is known color: Buddha Gold. HEX triplet: C8, 94 and 10. RGB value is (200,148,16). Sum of RGB (Red+Green+Blue) = 200+148+16=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C89410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89410 is #376BEF. Grayscale: #959595. Windows color (decimal): -3632112 or 1086664. OLE color: 1086664.

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

Color convert

RGB 200 148 16 -
CMYK 0 0.26 0.92 0.22
HSL 43.04º 0.85% 0.42% -
HSV(B) 43.04º 0.92% 0.78% -
XYZ 34.5 33.5 5.14 -
YUV 148.5 53.23 164.73 -
System Red Green Blue C M Y K H S L
Decimal 200 148 16 0 0.26 0.92 0.22 43.04 0.85 0.42
Hex C8 94 10 0 1A 5C 16 2B 55 2A
Octal 310 224 20 0 32 134 26 53 125 52
Binary 11001000 10010100 10000 0 11010 1011100 10110 101011 1010101 101010

Color Harmonies of #C89410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89410

Black with #C89410

Text Example


Text Example

White with #C89410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89410; }

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

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

background-color css

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

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

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

border-color css

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

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

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