Html Css Color HEX #C8971C Buddha Gold

📋 copy color: '#C8971C'

red 200 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #C8971C

Tints of Buddha Gold #C8971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 52.77%
G = 39.84%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8971C (or 0xC8971C) is known color: Buddha Gold. HEX triplet: C8, 97 and 1C. RGB value is (200,151,28). Sum of RGB (Red+Green+Blue) = 200+151+28=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8971C is #3768E3. Grayscale: #989898. Windows color (decimal): -3631332 or 1873864. OLE color: 1873864.

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

Color convert

RGB 200 151 28 -
CMYK 0 0.24 0.86 0.22
HSL 42.91º 0.75% 0.45% -
HSV(B) 42.91º 0.86% 0.78% -
XYZ 35.1 34.5 5.91 -
YUV 151.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 200 151 28 0 0.24 0.86 0.22 42.91 0.75 0.45
Hex C8 97 1C 0 18 56 16 2B 4B 2D
Octal 310 227 34 0 30 126 26 53 113 55
Binary 11001000 10010111 11100 0 11000 1010110 10110 101011 1001011 101101

Color Harmonies of #C8971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8971C

Black with #C8971C

Text Example


Text Example

White with #C8971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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