Html Css Color HEX #C89319 Buddha Gold

📋 copy color: '#C89319'

red 200 ◦ green 147 ◦ blue 25

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

Shades of Buddha Gold #C89319

Tints of Buddha Gold #C89319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 53.76%
G = 39.52%
B = 6.72%

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

#C89319 (or 0xC89319) is known color: Buddha Gold. HEX triplet: C8, 93 and 19. RGB value is (200,147,25). Sum of RGB (Red+Green+Blue) = 200+147+25=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C89319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89319 is #376CE6. Grayscale: #959595. Windows color (decimal): -3632359 or 1676232. OLE color: 1676232.

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

Color convert

RGB 200 147 25 -
CMYK 0 0.26 0.88 0.22
HSL 41.83º 0.78% 0.44% -
HSV(B) 41.83º 0.88% 0.78% -
XYZ 34.43 33.22 5.52 -
YUV 148.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 200 147 25 0 0.26 0.88 0.22 41.83 0.78 0.44
Hex C8 93 19 0 1A 58 16 2A 4E 2C
Octal 310 223 31 0 32 130 26 52 116 54
Binary 11001000 10010011 11001 0 11010 1011000 10110 101010 1001110 101100

Color Harmonies of #C89319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89319

Black with #C89319

Text Example


Text Example

White with #C89319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89319; }

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

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

background-color css

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

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

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

border-color css

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

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

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