Html Css Color HEX #C8911A Buddha Gold

📋 copy color: '#C8911A'

red 200 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #C8911A

Tints of Buddha Gold #C8911A

RGB

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

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

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

R = 53.91%
G = 39.08%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8911A (or 0xC8911A) is known color: Buddha Gold. HEX triplet: C8, 91 and 1A. RGB value is (200,145,26). Sum of RGB (Red+Green+Blue) = 200+145+26=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8911A is #376EE5. Grayscale: #949494. Windows color (decimal): -3632870 or 1741256. OLE color: 1741256.

HSL color Cylindrical-coordinate representation of color #C8911A: hue angle of 41.03º 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 #C8911A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 26 -
CMYK 0 0.28 0.87 0.22
HSL 41.03º 0.77% 0.44% -
HSV(B) 41.03º 0.87% 0.78% -
XYZ 34.13 32.6 5.47 -
YUV 147.88 59.22 165.18 -
System Red Green Blue C M Y K H S L
Decimal 200 145 26 0 0.28 0.87 0.22 41.03 0.77 0.44
Hex C8 91 1A 0 1C 57 16 29 4D 2C
Octal 310 221 32 0 34 127 26 51 115 54
Binary 11001000 10010001 11010 0 11100 1010111 10110 101001 1001101 101100

Color Harmonies of #C8911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8911A

Black with #C8911A

Text Example


Text Example

White with #C8911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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