Html Css Color HEX #C69211 Buddha Gold

📋 copy color: '#C69211'

red 198 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C69211

Tints of Buddha Gold #C69211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 54.85%
G = 40.44%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69211 (or 0xC69211) is known color: Buddha Gold. HEX triplet: C6, 92 and 11. RGB value is (198,146,17). Sum of RGB (Red+Green+Blue) = 198+146+17=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C69211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69211 is #396DEE. Grayscale: #939393. Windows color (decimal): -3763695 or 1151686. OLE color: 1151686.

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

Color convert

RGB 198 146 17 -
CMYK 0 0.26 0.91 0.22
HSL 42.76º 0.84% 0.42% -
HSV(B) 42.76º 0.91% 0.78% -
XYZ 33.67 32.6 5.05 -
YUV 146.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 198 146 17 0 0.26 0.91 0.22 42.76 0.84 0.42
Hex C6 92 11 0 1A 5B 16 2B 54 2A
Octal 306 222 21 0 32 133 26 53 124 52
Binary 11000110 10010010 10001 0 11010 1011011 10110 101011 1010100 101010

Color Harmonies of #C69211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69211

Black with #C69211

Text Example


Text Example

White with #C69211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69211; }

 p { color: rgb(198,146,17); }

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

background-color css

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

 a { background-color: rgb(198,146,17); }

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

border-color css

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

 span { border-color: rgb(198,146,17); }

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