Html Css Color HEX #C89616 Buddha Gold

📋 copy color: '#C89616'

red 200 ◦ green 150 ◦ blue 22

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

Shades of Buddha Gold #C89616

Tints of Buddha Gold #C89616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 53.76%
G = 40.32%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C89616 (or 0xC89616) is known color: Buddha Gold. HEX triplet: C8, 96 and 16. RGB value is (200,150,22). Sum of RGB (Red+Green+Blue) = 200+150+22=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C89616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89616 is #3769E9. Grayscale: #969696. Windows color (decimal): -3631594 or 1480392. OLE color: 1480392.

HSL color Cylindrical-coordinate representation of color #C89616: hue angle of 43.15º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C89616 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 22 -
CMYK 0 0.25 0.89 0.22
HSL 43.15º 0.8% 0.44% -
HSV(B) 43.15º 0.89% 0.78% -
XYZ 34.87 34.15 5.51 -
YUV 150.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 200 150 22 0 0.25 0.89 0.22 43.15 0.8 0.44
Hex C8 96 16 0 19 59 16 2B 50 2C
Octal 310 226 26 0 31 131 26 53 120 54
Binary 11001000 10010110 10110 0 11001 1011001 10110 101011 1010000 101100

Color Harmonies of #C89616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89616

Black with #C89616

Text Example


Text Example

White with #C89616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89616; }

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

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

background-color css

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

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

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

border-color css

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

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

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