Html Css Color HEX #C09115 Buddha Gold

📋 copy color: '#C09115'

red 192 ◦ green 145 ◦ blue 21

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

Shades of Buddha Gold #C09115

Tints of Buddha Gold #C09115

RGB

 RED value IS 192 (75.39% from 255) = 53.63%

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

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

R = 53.63%
G = 40.5%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09115 (or 0xC09115) is known color: Buddha Gold. HEX triplet: C0, 91 and 15. RGB value is (192,145,21). Sum of RGB (Red+Green+Blue) = 192+145+21=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C09115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09115 is #3F6EEA. Grayscale: #919191. Windows color (decimal): -4157163 or 1413568. OLE color: 1413568.

HSL color Cylindrical-coordinate representation of color #C09115: hue angle of 43.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09115 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 21 -
CMYK 0 0.24 0.89 0.25
HSL 43.51º 0.8% 0.42% -
HSV(B) 43.51º 0.89% 0.75% -
XYZ 32 31.51 5.11 -
YUV 144.92 58.07 161.58 -
System Red Green Blue C M Y K H S L
Decimal 192 145 21 0 0.24 0.89 0.25 43.51 0.8 0.42
Hex C0 91 15 0 18 59 19 2C 50 2A
Octal 300 221 25 0 30 131 31 54 120 52
Binary 11000000 10010001 10101 0 11000 1011001 11001 101100 1010000 101010

Color Harmonies of #C09115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09115

Black with #C09115

Text Example


Text Example

White with #C09115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09115; }

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

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

background-color css

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

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

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

border-color css

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

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

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