Html Css Color HEX #C69510 Buddha Gold

📋 copy color: '#C69510'

red 198 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #C69510

Tints of Buddha Gold #C69510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 54.55%
G = 41.05%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C69510 (or 0xC69510) is known color: Buddha Gold. HEX triplet: C6, 95 and 10. RGB value is (198,149,16). Sum of RGB (Red+Green+Blue) = 198+149+16=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C69510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69510 is #396AEF. Grayscale: #959595. Windows color (decimal): -3762928 or 1086918. OLE color: 1086918.

HSL color Cylindrical-coordinate representation of color #C69510: hue angle of 43.85º degrees, saturation: 0.85, 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 #C69510 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 16 -
CMYK 0 0.25 0.92 0.22
HSL 43.85º 0.85% 0.42% -
HSV(B) 43.85º 0.92% 0.78% -
XYZ 34.13 33.54 5.16 -
YUV 148.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 198 149 16 0 0.25 0.92 0.22 43.85 0.85 0.42
Hex C6 95 10 0 19 5C 16 2C 55 2A
Octal 306 225 20 0 31 134 26 54 125 52
Binary 11000110 10010101 10000 0 11001 1011100 10110 101100 1010101 101010

Color Harmonies of #C69510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69510

Black with #C69510

Text Example


Text Example

White with #C69510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69510; }

 p { color: rgb(198,149,16); }

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

background-color css

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

 a { background-color: rgb(198,149,16); }

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

border-color css

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

 span { border-color: rgb(198,149,16); }

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