Html Css Color HEX #C8971E Buddha Gold

📋 copy color: '#C8971E'

red 200 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #C8971E

Tints of Buddha Gold #C8971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 52.49%
G = 39.63%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8971E (or 0xC8971E) is known color: Buddha Gold. HEX triplet: C8, 97 and 1E. RGB value is (200,151,30). Sum of RGB (Red+Green+Blue) = 200+151+30=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8971E is #3768E1. Grayscale: #989898. Windows color (decimal): -3631330 or 2004936. OLE color: 2004936.

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

Color convert

RGB 200 151 30 -
CMYK 0 0.24 0.85 0.22
HSL 42.71º 0.74% 0.45% -
HSV(B) 42.71º 0.85% 0.78% -
XYZ 35.12 34.51 6.04 -
YUV 151.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 200 151 30 0 0.24 0.85 0.22 42.71 0.74 0.45
Hex C8 97 1E 0 18 55 16 2B 4A 2D
Octal 310 227 36 0 30 125 26 53 112 55
Binary 11001000 10010111 11110 0 11000 1010101 10110 101011 1001010 101101

Color Harmonies of #C8971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8971E

Black with #C8971E

Text Example


Text Example

White with #C8971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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