Html Css Color HEX #C69512 Buddha Gold

📋 copy color: '#C69512'

red 198 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #C69512

Tints of Buddha Gold #C69512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 54.25%
G = 40.82%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69512 (or 0xC69512) is known color: Buddha Gold. HEX triplet: C6, 95 and 12. RGB value is (198,149,18). Sum of RGB (Red+Green+Blue) = 198+149+18=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C69512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69512 is #396AED. Grayscale: #959595. Windows color (decimal): -3762926 or 1217990. OLE color: 1217990.

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

Color convert

RGB 198 149 18 -
CMYK 0 0.25 0.91 0.22
HSL 43.67º 0.83% 0.42% -
HSV(B) 43.67º 0.91% 0.78% -
XYZ 34.15 33.54 5.25 -
YUV 148.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 198 149 18 0 0.25 0.91 0.22 43.67 0.83 0.42
Hex C6 95 12 0 19 5B 16 2C 53 2A
Octal 306 225 22 0 31 133 26 54 123 52
Binary 11000110 10010101 10010 0 11001 1011011 10110 101100 1010011 101010

Color Harmonies of #C69512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69512

Black with #C69512

Text Example


Text Example

White with #C69512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69512; }

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

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

background-color css

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

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

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

border-color css

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

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

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