Html Css Color HEX #C89611 Buddha Gold

📋 copy color: '#C89611'

red 200 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C89611

Tints of Buddha Gold #C89611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 54.5%
G = 40.87%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89611 (or 0xC89611) is known color: Buddha Gold. HEX triplet: C8, 96 and 11. RGB value is (200,150,17). Sum of RGB (Red+Green+Blue) = 200+150+17=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89611 is #3769EE. Grayscale: #969696. Windows color (decimal): -3631599 or 1152712. OLE color: 1152712.

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

Color convert

RGB 200 150 17 -
CMYK 0 0.25 0.92 0.22
HSL 43.61º 0.84% 0.43% -
HSV(B) 43.61º 0.92% 0.78% -
XYZ 34.83 34.13 5.28 -
YUV 149.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 200 150 17 0 0.25 0.92 0.22 43.61 0.84 0.43
Hex C8 96 11 0 19 5C 16 2C 54 2B
Octal 310 226 21 0 31 134 26 54 124 53
Binary 11001000 10010110 10001 0 11001 1011100 10110 101100 1010100 101011

Color Harmonies of #C89611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89611

Black with #C89611

Text Example


Text Example

White with #C89611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89611; }

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

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

background-color css

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

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

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

border-color css

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

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

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