Html Css Color HEX #C69412 Buddha Gold

📋 copy color: '#C69412'

red 198 ◦ green 148 ◦ blue 18

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

Shades of Buddha Gold #C69412

Tints of Buddha Gold #C69412

RGB

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

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

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

R = 54.4%
G = 40.66%
B = 4.95%

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

#C69412 (or 0xC69412) is known color: Buddha Gold. HEX triplet: C6, 94 and 12. RGB value is (198,148,18). Sum of RGB (Red+Green+Blue) = 198+148+18=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C69412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69412 is #396BED. Grayscale: #949494. Windows color (decimal): -3763182 or 1217734. OLE color: 1217734.

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

Color convert

RGB 198 148 18 -
CMYK 0 0.25 0.91 0.22
HSL 43.33º 0.83% 0.42% -
HSV(B) 43.33º 0.91% 0.78% -
XYZ 33.99 33.23 5.19 -
YUV 148.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 198 148 18 0 0.25 0.91 0.22 43.33 0.83 0.42
Hex C6 94 12 0 19 5B 16 2B 53 2A
Octal 306 224 22 0 31 133 26 53 123 52
Binary 11000110 10010100 10010 0 11001 1011011 10110 101011 1010011 101010

Color Harmonies of #C69412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69412

Black with #C69412

Text Example


Text Example

White with #C69412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69412; }

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

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

background-color css

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

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

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

border-color css

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

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

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