Html Css Color HEX #C7980B Buddha Gold

📋 copy color: '#C7980B'

red 199 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #C7980B

Tints of Buddha Gold #C7980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 54.97%
G = 41.99%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7980B (or 0xC7980B) is known color: Buddha Gold. HEX triplet: C7, 98 and 0B. RGB value is (199,152,11). Sum of RGB (Red+Green+Blue) = 199+152+11=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7980B is #3867F4. Grayscale: #969696. Windows color (decimal): -3696629 or 760007. OLE color: 760007.

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

Color convert

RGB 199 152 11 -
CMYK 0 0.24 0.94 0.22
HSL 45º 0.9% 0.41% -
HSV(B) 45º 0.94% 0.78% -
XYZ 34.84 34.62 5.16 -
YUV 149.98 49.57 162.96 -
System Red Green Blue C M Y K H S L
Decimal 199 152 11 0 0.24 0.94 0.22 45 0.9 0.41
Hex C7 98 B 0 18 5E 16 2D 5A 29
Octal 307 230 13 0 30 136 26 55 132 51
Binary 11000111 10011000 1011 0 11000 1011110 10110 101101 1011010 101001

Color Harmonies of #C7980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7980B

Black with #C7980B

Text Example


Text Example

White with #C7980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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