Html Css Color HEX #C7981C Buddha Gold

📋 copy color: '#C7981C'

red 199 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #C7981C

Tints of Buddha Gold #C7981C

RGB

 RED value IS 199 (78.13% from 255) = 52.51%

 GREEN value IS 152 (59.77% from 255) = 40.11%

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

R = 52.51%
G = 40.11%
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

#C7981C (or 0xC7981C) is known color: Buddha Gold. HEX triplet: C7, 98 and 1C. RGB value is (199,152,28). Sum of RGB (Red+Green+Blue) = 199+152+28=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7981C is #3867E3. Grayscale: #989898. Windows color (decimal): -3696612 or 1874119. OLE color: 1874119.

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

Color convert

RGB 199 152 28 -
CMYK 0 0.24 0.86 0.22
HSL 43.51º 0.75% 0.45% -
HSV(B) 43.51º 0.86% 0.78% -
XYZ 34.99 34.68 5.95 -
YUV 151.92 58.07 161.58 -
System Red Green Blue C M Y K H S L
Decimal 199 152 28 0 0.24 0.86 0.22 43.51 0.75 0.45
Hex C7 98 1C 0 18 56 16 2C 4B 2D
Octal 307 230 34 0 30 126 26 54 113 55
Binary 11000111 10011000 11100 0 11000 1010110 10110 101100 1001011 101101

Color Harmonies of #C7981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7981C

Black with #C7981C

Text Example


Text Example

White with #C7981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7981C; }

 p { color: rgb(199,152,28); }

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

background-color css

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

 a { background-color: rgb(199,152,28); }

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

border-color css

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

 span { border-color: rgb(199,152,28); }

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