Html Css Color HEX #C89211 Buddha Gold

📋 copy color: '#C89211'

red 200 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C89211

Tints of Buddha Gold #C89211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 17 (7.03% from 255) = 4.68%

R = 55.1%
G = 40.22%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89211 (or 0xC89211) is known color: Buddha Gold. HEX triplet: C8, 92 and 11. RGB value is (200,146,17). Sum of RGB (Red+Green+Blue) = 200+146+17=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C89211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89211 is #376DEE. Grayscale: #949494. Windows color (decimal): -3632623 or 1151688. OLE color: 1151688.

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

Color convert

RGB 200 146 17 -
CMYK 0 0.27 0.92 0.22
HSL 42.3º 0.84% 0.43% -
HSV(B) 42.3º 0.92% 0.78% -
XYZ 34.2 32.88 5.07 -
YUV 147.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 200 146 17 0 0.27 0.92 0.22 42.3 0.84 0.43
Hex C8 92 11 0 1B 5C 16 2A 54 2B
Octal 310 222 21 0 33 134 26 52 124 53
Binary 11001000 10010010 10001 0 11011 1011100 10110 101010 1010100 101011

Color Harmonies of #C89211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89211

Black with #C89211

Text Example


Text Example

White with #C89211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89211; }

 p { color: rgb(200,146,17); }

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

background-color css

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

 a { background-color: rgb(200,146,17); }

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

border-color css

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

 span { border-color: rgb(200,146,17); }

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