Html Css Color HEX #C89F13 Buddha Gold

📋 copy color: '#C89F13'

red 200 ◦ green 159 ◦ blue 19

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

Shades of Buddha Gold #C89F13

Tints of Buddha Gold #C89F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 52.91%
G = 42.06%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89F13 (or 0xC89F13) is known color: Buddha Gold. HEX triplet: C8, 9F and 13. RGB value is (200,159,19). Sum of RGB (Red+Green+Blue) = 200+159+19=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F13 is #3760EC. Grayscale: #9B9B9B. Windows color (decimal): -3629293 or 1286088. OLE color: 1286088.

HSL color Cylindrical-coordinate representation of color #C89F13: hue angle of 46.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89F13 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 19 -
CMYK 0 0.20 0.90 0.22
HSL 46.41º 0.83% 0.43% -
HSV(B) 46.41º 0.91% 0.78% -
XYZ 36.34 37.12 5.87 -
YUV 155.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 200 159 19 0 0.20 0.90 0.22 46.41 0.83 0.43
Hex C8 9F 13 0 14 5A 16 2E 53 2B
Octal 310 237 23 0 24 132 26 56 123 53
Binary 11001000 10011111 10011 0 10100 1011010 10110 101110 1010011 101011

Color Harmonies of #C89F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F13

Black with #C89F13

Text Example


Text Example

White with #C89F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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