Html Css Color HEX #C69119 Buddha Gold

📋 copy color: '#C69119'

red 198 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #C69119

Tints of Buddha Gold #C69119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 53.8%
G = 39.4%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C69119 (or 0xC69119) is known color: Buddha Gold. HEX triplet: C6, 91 and 19. RGB value is (198,145,25). Sum of RGB (Red+Green+Blue) = 198+145+25=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C69119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69119 is #396EE6. Grayscale: #939393. Windows color (decimal): -3763943 or 1675718. OLE color: 1675718.

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

Color convert

RGB 198 145 25 -
CMYK 0 0.27 0.87 0.22
HSL 41.62º 0.78% 0.44% -
HSV(B) 41.62º 0.87% 0.78% -
XYZ 33.59 32.33 5.39 -
YUV 147.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 198 145 25 0 0.27 0.87 0.22 41.62 0.78 0.44
Hex C6 91 19 0 1B 57 16 2A 4E 2C
Octal 306 221 31 0 33 127 26 52 116 54
Binary 11000110 10010001 11001 0 11011 1010111 10110 101010 1001110 101100

Color Harmonies of #C69119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69119

Black with #C69119

Text Example


Text Example

White with #C69119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69119; }

 p { color: rgb(198,145,25); }

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

background-color css

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

 a { background-color: rgb(198,145,25); }

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

border-color css

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

 span { border-color: rgb(198,145,25); }

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