Html Css Color HEX #C89117 Buddha Gold

📋 copy color: '#C89117'

red 200 ◦ green 145 ◦ blue 23

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

Shades of Buddha Gold #C89117

Tints of Buddha Gold #C89117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 54.35%
G = 39.4%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89117 (or 0xC89117) is known color: Buddha Gold. HEX triplet: C8, 91 and 17. RGB value is (200,145,23). Sum of RGB (Red+Green+Blue) = 200+145+23=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89117 is #376EE8. Grayscale: #949494. Windows color (decimal): -3632873 or 1544648. OLE color: 1544648.

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

Color convert

RGB 200 145 23 -
CMYK 0 0.28 0.88 0.22
HSL 41.36º 0.79% 0.44% -
HSV(B) 41.36º 0.89% 0.78% -
XYZ 34.1 32.59 5.3 -
YUV 147.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 200 145 23 0 0.28 0.88 0.22 41.36 0.79 0.44
Hex C8 91 17 0 1C 58 16 29 4F 2C
Octal 310 221 27 0 34 130 26 51 117 54
Binary 11001000 10010001 10111 0 11100 1011000 10110 101001 1001111 101100

Color Harmonies of #C89117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89117

Black with #C89117

Text Example


Text Example

White with #C89117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89117; }

 p { color: rgb(200,145,23); }

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

background-color css

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

 a { background-color: rgb(200,145,23); }

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

border-color css

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

 span { border-color: rgb(200,145,23); }

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