Html Css Color HEX #C6980F Buddha Gold

📋 copy color: '#C6980F'

red 198 ◦ green 152 ◦ blue 15

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

Shades of Buddha Gold #C6980F

Tints of Buddha Gold #C6980F

RGB

 RED value IS 198 (77.73% from 255) = 54.25%

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

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 54.25%
G = 41.64%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6980F (or 0xC6980F) is known color: Buddha Gold. HEX triplet: C6, 98 and 0F. RGB value is (198,152,15). Sum of RGB (Red+Green+Blue) = 198+152+15=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6980F is #3967F0. Grayscale: #969696. Windows color (decimal): -3762161 or 1022150. OLE color: 1022150.

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

Color convert

RGB 198 152 15 -
CMYK 0 0.23 0.92 0.22
HSL 44.92º 0.86% 0.42% -
HSV(B) 44.92º 0.92% 0.78% -
XYZ 34.6 34.5 5.29 -
YUV 150.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 198 152 15 0 0.23 0.92 0.22 44.92 0.86 0.42
Hex C6 98 F 0 17 5C 16 2D 56 2A
Octal 306 230 17 0 27 134 26 55 126 52
Binary 11000110 10011000 1111 0 10111 1011100 10110 101101 1010110 101010

Color Harmonies of #C6980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6980F

Black with #C6980F

Text Example


Text Example

White with #C6980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6980F; }

 p { color: rgb(198,152,15); }

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

background-color css

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

 a { background-color: rgb(198,152,15); }

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

border-color css

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

 span { border-color: rgb(198,152,15); }

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