Html Css Color HEX #C89F20 Buddha Gold

📋 copy color: '#C89F20'

red 200 ◦ green 159 ◦ blue 32

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

Shades of Buddha Gold #C89F20

Tints of Buddha Gold #C89F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.66%

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 51.15%
G = 40.66%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89F20 (or 0xC89F20) is known color: Buddha Gold. HEX triplet: C8, 9F and 20. RGB value is (200,159,32). Sum of RGB (Red+Green+Blue) = 200+159+32=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F20 is #3760DF. Grayscale: #9D9D9D. Windows color (decimal): -3629280 or 2138056. OLE color: 2138056.

HSL color Cylindrical-coordinate representation of color #C89F20: hue angle of 45.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C89F20 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 32 -
CMYK 0 0.20 0.84 0.22
HSL 45.36º 0.72% 0.45% -
HSV(B) 45.36º 0.84% 0.78% -
XYZ 36.48 37.18 6.62 -
YUV 156.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 200 159 32 0 0.20 0.84 0.22 45.36 0.72 0.45
Hex C8 9F 20 0 14 54 16 2D 48 2D
Octal 310 237 40 0 24 124 26 55 110 55
Binary 11001000 10011111 100000 0 10100 1010100 10110 101101 1001000 101101

Color Harmonies of #C89F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F20

Black with #C89F20

Text Example


Text Example

White with #C89F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F20; }

 p { color: rgb(200,159,32); }

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

background-color css

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

 a { background-color: rgb(200,159,32); }

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

border-color css

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

 span { border-color: rgb(200,159,32); }

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