Html Css Color HEX #C89F12 Buddha Gold

📋 copy color: '#C89F12'

red 200 ◦ green 159 ◦ blue 18

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

Shades of Buddha Gold #C89F12

Tints of Buddha Gold #C89F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 53.05%
G = 42.18%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C89F12 (or 0xC89F12) is known color: Buddha Gold. HEX triplet: C8, 9F and 12. RGB value is (200,159,18). Sum of RGB (Red+Green+Blue) = 200+159+18=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F12 is #3760ED. Grayscale: #9B9B9B. Windows color (decimal): -3629294 or 1220552. OLE color: 1220552.

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

Color convert

RGB 200 159 18 -
CMYK 0 0.20 0.91 0.22
HSL 46.48º 0.83% 0.43% -
HSV(B) 46.48º 0.91% 0.78% -
XYZ 36.33 37.12 5.82 -
YUV 155.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 200 159 18 0 0.20 0.91 0.22 46.48 0.83 0.43
Hex C8 9F 12 0 14 5B 16 2E 53 2B
Octal 310 237 22 0 24 133 26 56 123 53
Binary 11001000 10011111 10010 0 10100 1011011 10110 101110 1010011 101011

Color Harmonies of #C89F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F12

Black with #C89F12

Text Example


Text Example

White with #C89F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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