Html Css Color HEX #C89519 Buddha Gold

📋 copy color: '#C89519'

red 200 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #C89519

Tints of Buddha Gold #C89519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 53.48%
G = 39.84%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89519 (or 0xC89519) is known color: Buddha Gold. HEX triplet: C8, 95 and 19. RGB value is (200,149,25). Sum of RGB (Red+Green+Blue) = 200+149+25=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89519 is #376AE6. Grayscale: #969696. Windows color (decimal): -3631847 or 1676744. OLE color: 1676744.

HSL color Cylindrical-coordinate representation of color #C89519: hue angle of 42.51º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89519 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 25 -
CMYK 0 0.26 0.88 0.22
HSL 42.51º 0.78% 0.44% -
HSV(B) 42.51º 0.88% 0.78% -
XYZ 34.74 33.84 5.62 -
YUV 150.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 200 149 25 0 0.26 0.88 0.22 42.51 0.78 0.44
Hex C8 95 19 0 1A 58 16 2B 4E 2C
Octal 310 225 31 0 32 130 26 53 116 54
Binary 11001000 10010101 11001 0 11010 1011000 10110 101011 1001110 101100

Color Harmonies of #C89519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89519

Black with #C89519

Text Example


Text Example

White with #C89519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89519; }

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

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

background-color css

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

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

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

border-color css

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

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

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