Html Css Color HEX #C89A10 Buddha Gold

📋 copy color: '#C89A10'

red 200 ◦ green 154 ◦ blue 16

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

Shades of Buddha Gold #C89A10

Tints of Buddha Gold #C89A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 54.05%
G = 41.62%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89A10 (or 0xC89A10) is known color: Buddha Gold. HEX triplet: C8, 9A and 10. RGB value is (200,154,16). Sum of RGB (Red+Green+Blue) = 200+154+16=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A10 is #3765EF. Grayscale: #989898. Windows color (decimal): -3630576 or 1088200. OLE color: 1088200.

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

Color convert

RGB 200 154 16 -
CMYK 0 0.23 0.92 0.22
HSL 45º 0.85% 0.42% -
HSV(B) 45º 0.92% 0.78% -
XYZ 35.47 35.43 5.46 -
YUV 152.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 200 154 16 0 0.23 0.92 0.22 45 0.85 0.42
Hex C8 9A 10 0 17 5C 16 2D 55 2A
Octal 310 232 20 0 27 134 26 55 125 52
Binary 11001000 10011010 10000 0 10111 1011100 10110 101101 1010101 101010

Color Harmonies of #C89A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A10

Black with #C89A10

Text Example


Text Example

White with #C89A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A10; }

 p { color: rgb(200,154,16); }

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

background-color css

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

 a { background-color: rgb(200,154,16); }

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

border-color css

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

 span { border-color: rgb(200,154,16); }

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