Html Css Color HEX #C6931A Buddha Gold

📋 copy color: '#C6931A'

red 198 ◦ green 147 ◦ blue 26

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

Shades of Buddha Gold #C6931A

Tints of Buddha Gold #C6931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 53.37%
G = 39.62%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6931A (or 0xC6931A) is known color: Buddha Gold. HEX triplet: C6, 93 and 1A. RGB value is (198,147,26). Sum of RGB (Red+Green+Blue) = 198+147+26=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6931A is #396CE5. Grayscale: #949494. Windows color (decimal): -3763430 or 1741766. OLE color: 1741766.

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

Color convert

RGB 198 147 26 -
CMYK 0 0.26 0.87 0.22
HSL 42.21º 0.77% 0.44% -
HSV(B) 42.21º 0.87% 0.78% -
XYZ 33.91 32.95 5.55 -
YUV 148.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 198 147 26 0 0.26 0.87 0.22 42.21 0.77 0.44
Hex C6 93 1A 0 1A 57 16 2A 4D 2C
Octal 306 223 32 0 32 127 26 52 115 54
Binary 11000110 10010011 11010 0 11010 1010111 10110 101010 1001101 101100

Color Harmonies of #C6931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6931A

Black with #C6931A

Text Example


Text Example

White with #C6931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6931A; }

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

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

background-color css

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

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

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

border-color css

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

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

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