Html Css Color HEX #C6981C Buddha Gold

📋 copy color: '#C6981C'

red 198 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #C6981C

Tints of Buddha Gold #C6981C

RGB

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

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

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

R = 52.38%
G = 40.21%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6981C (or 0xC6981C) is known color: Buddha Gold. HEX triplet: C6, 98 and 1C. RGB value is (198,152,28). Sum of RGB (Red+Green+Blue) = 198+152+28=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6981C is #3967E3. Grayscale: #989898. Windows color (decimal): -3762148 or 1874118. OLE color: 1874118.

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

Color convert

RGB 198 152 28 -
CMYK 0 0.23 0.86 0.22
HSL 43.76º 0.75% 0.44% -
HSV(B) 43.76º 0.86% 0.78% -
XYZ 34.73 34.55 5.94 -
YUV 151.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 198 152 28 0 0.23 0.86 0.22 43.76 0.75 0.44
Hex C6 98 1C 0 17 56 16 2C 4B 2C
Octal 306 230 34 0 27 126 26 54 113 54
Binary 11000110 10011000 11100 0 10111 1010110 10110 101100 1001011 101100

Color Harmonies of #C6981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6981C

Black with #C6981C

Text Example


Text Example

White with #C6981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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