Html Css Color HEX #C8931A Buddha Gold

📋 copy color: '#C8931A'

red 200 ◦ green 147 ◦ blue 26

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

Shades of Buddha Gold #C8931A

Tints of Buddha Gold #C8931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 53.62%
G = 39.41%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8931A (or 0xC8931A) is known color: Buddha Gold. HEX triplet: C8, 93 and 1A. RGB value is (200,147,26). Sum of RGB (Red+Green+Blue) = 200+147+26=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8931A is #376CE5. Grayscale: #959595. Windows color (decimal): -3632358 or 1741768. OLE color: 1741768.

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

Color convert

RGB 200 147 26 -
CMYK 0 0.26 0.87 0.22
HSL 41.72º 0.77% 0.44% -
HSV(B) 41.72º 0.87% 0.78% -
XYZ 34.44 33.22 5.57 -
YUV 149.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 200 147 26 0 0.26 0.87 0.22 41.72 0.77 0.44
Hex C8 93 1A 0 1A 57 16 2A 4D 2C
Octal 310 223 32 0 32 127 26 52 115 54
Binary 11001000 10010011 11010 0 11010 1010111 10110 101010 1001101 101100

Color Harmonies of #C8931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8931A

Black with #C8931A

Text Example


Text Example

White with #C8931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8931A; }

 p { color: rgb(200,147,26); }

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

background-color css

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

 a { background-color: rgb(200,147,26); }

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

border-color css

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

 span { border-color: rgb(200,147,26); }

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