Html Css Color HEX #C8971A Buddha Gold

📋 copy color: '#C8971A'

red 200 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #C8971A

Tints of Buddha Gold #C8971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 53.05%
G = 40.05%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8971A (or 0xC8971A) is known color: Buddha Gold. HEX triplet: C8, 97 and 1A. RGB value is (200,151,26). Sum of RGB (Red+Green+Blue) = 200+151+26=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8971A is #3768E5. Grayscale: #979797. Windows color (decimal): -3631334 or 1742792. OLE color: 1742792.

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

Color convert

RGB 200 151 26 -
CMYK 0 0.24 0.87 0.22
HSL 43.1º 0.77% 0.44% -
HSV(B) 43.1º 0.87% 0.78% -
XYZ 35.07 34.49 5.79 -
YUV 151.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 200 151 26 0 0.24 0.87 0.22 43.1 0.77 0.44
Hex C8 97 1A 0 18 57 16 2B 4D 2C
Octal 310 227 32 0 30 127 26 53 115 54
Binary 11001000 10010111 11010 0 11000 1010111 10110 101011 1001101 101100

Color Harmonies of #C8971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8971A

Black with #C8971A

Text Example


Text Example

White with #C8971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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