Html Css Color HEX #C69115 Buddha Gold

📋 copy color: '#C69115'

red 198 ◦ green 145 ◦ blue 21

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

Shades of Buddha Gold #C69115

Tints of Buddha Gold #C69115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 54.4%
G = 39.84%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C69115 (or 0xC69115) is known color: Buddha Gold. HEX triplet: C6, 91 and 15. RGB value is (198,145,21). Sum of RGB (Red+Green+Blue) = 198+145+21=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C69115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69115 is #396EEA. Grayscale: #939393. Windows color (decimal): -3763947 or 1413574. OLE color: 1413574.

HSL color Cylindrical-coordinate representation of color #C69115: hue angle of 42.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C69115 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 21 -
CMYK 0 0.27 0.89 0.22
HSL 42.03º 0.81% 0.43% -
HSV(B) 42.03º 0.89% 0.78% -
XYZ 33.55 32.31 5.18 -
YUV 146.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 198 145 21 0 0.27 0.89 0.22 42.03 0.81 0.43
Hex C6 91 15 0 1B 59 16 2A 51 2B
Octal 306 221 25 0 33 131 26 52 121 53
Binary 11000110 10010001 10101 0 11011 1011001 10110 101010 1010001 101011

Color Harmonies of #C69115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69115

Black with #C69115

Text Example


Text Example

White with #C69115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69115; }

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

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

background-color css

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

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

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

border-color css

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

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

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