Html Css Color HEX #C89815 Buddha Gold

📋 copy color: '#C89815'

red 200 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #C89815

Tints of Buddha Gold #C89815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 53.62%
G = 40.75%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89815 (or 0xC89815) is known color: Buddha Gold. HEX triplet: C8, 98 and 15. RGB value is (200,152,21). Sum of RGB (Red+Green+Blue) = 200+152+21=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89815 is #3767EA. Grayscale: #979797. Windows color (decimal): -3631083 or 1415368. OLE color: 1415368.

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

Color convert

RGB 200 152 21 -
CMYK 0 0.24 0.90 0.22
HSL 43.91º 0.81% 0.43% -
HSV(B) 43.91º 0.9% 0.78% -
XYZ 35.18 34.79 5.57 -
YUV 151.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 200 152 21 0 0.24 0.90 0.22 43.91 0.81 0.43
Hex C8 98 15 0 18 5A 16 2C 51 2B
Octal 310 230 25 0 30 132 26 54 121 53
Binary 11001000 10011000 10101 0 11000 1011010 10110 101100 1010001 101011

Color Harmonies of #C89815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89815

Black with #C89815

Text Example


Text Example

White with #C89815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89815; }

 p { color: rgb(200,152,21); }

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

background-color css

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

 a { background-color: rgb(200,152,21); }

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

border-color css

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

 span { border-color: rgb(200,152,21); }

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