Html Css Color HEX #C89F10 Buddha Gold

📋 copy color: '#C89F10'

red 200 ◦ green 159 ◦ blue 16

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

Shades of Buddha Gold #C89F10

Tints of Buddha Gold #C89F10

RGB

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

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

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

R = 53.33%
G = 42.4%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89F10 (or 0xC89F10) is known color: Buddha Gold. HEX triplet: C8, 9F and 10. RGB value is (200,159,16). Sum of RGB (Red+Green+Blue) = 200+159+16=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F10 is #3760EF. Grayscale: #9B9B9B. Windows color (decimal): -3629296 or 1089480. OLE color: 1089480.

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

Color convert

RGB 200 159 16 -
CMYK 0 0.20 0.92 0.22
HSL 46.63º 0.85% 0.42% -
HSV(B) 46.63º 0.92% 0.78% -
XYZ 36.31 37.11 5.74 -
YUV 154.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 200 159 16 0 0.20 0.92 0.22 46.63 0.85 0.42
Hex C8 9F 10 0 14 5C 16 2F 55 2A
Octal 310 237 20 0 24 134 26 57 125 52
Binary 11001000 10011111 10000 0 10100 1011100 10110 101111 1010101 101010

Color Harmonies of #C89F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F10

Black with #C89F10

Text Example


Text Example

White with #C89F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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