Html Css Color HEX #C6941A Buddha Gold

📋 copy color: '#C6941A'

red 198 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #C6941A

Tints of Buddha Gold #C6941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 53.23%
G = 39.78%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6941A (or 0xC6941A) is known color: Buddha Gold. HEX triplet: C6, 94 and 1A. RGB value is (198,148,26). Sum of RGB (Red+Green+Blue) = 198+148+26=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6941A is #396BE5. Grayscale: #959595. Windows color (decimal): -3763174 or 1742022. OLE color: 1742022.

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

Color convert

RGB 198 148 26 -
CMYK 0 0.25 0.87 0.22
HSL 42.56º 0.77% 0.44% -
HSV(B) 42.56º 0.87% 0.78% -
XYZ 34.07 33.26 5.6 -
YUV 149.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 198 148 26 0 0.25 0.87 0.22 42.56 0.77 0.44
Hex C6 94 1A 0 19 57 16 2B 4D 2C
Octal 306 224 32 0 31 127 26 53 115 54
Binary 11000110 10010100 11010 0 11001 1010111 10110 101011 1001101 101100

Color Harmonies of #C6941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6941A

Black with #C6941A

Text Example


Text Example

White with #C6941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6941A; }

 p { color: rgb(198,148,26); }

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

background-color css

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

 a { background-color: rgb(198,148,26); }

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

border-color css

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

 span { border-color: rgb(198,148,26); }

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