Html Css Color HEX #C89F3A Metallic Gold

📋 copy color: '#C89F3A'

red 200 ◦ green 159 ◦ blue 58

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

Shades of Metallic Gold #C89F3A

Tints of Metallic Gold #C89F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 47.96%
G = 38.13%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C89F3A (or 0xC89F3A) is known color: Metallic Gold. HEX triplet: C8, 9F and 3A. RGB value is (200,159,58). Sum of RGB (Red+Green+Blue) = 200+159+58=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F3A is #3760C5. Grayscale: #A0A0A0. Windows color (decimal): -3629254 or 3841992. OLE color: 3841992.

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

Color convert

RGB 200 159 58 -
CMYK 0 0.20 0.71 0.22
HSL 42.68º 0.56% 0.51% -
HSV(B) 42.68º 0.71% 0.78% -
XYZ 36.98 37.38 9.27 -
YUV 159.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 200 159 58 0 0.20 0.71 0.22 42.68 0.56 0.51
Hex C8 9F 3A 0 14 47 16 2B 38 33
Octal 310 237 72 0 24 107 26 53 70 63
Binary 11001000 10011111 111010 0 10100 1000111 10110 101011 111000 110011

Color Harmonies of #C89F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F3A

Black with #C89F3A

Text Example


Text Example

White with #C89F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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