Html Css Color HEX #C09118 Buddha Gold

📋 copy color: '#C09118'

red 192 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #C09118

Tints of Buddha Gold #C09118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 53.19%
G = 40.17%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09118 (or 0xC09118) is known color: Buddha Gold. HEX triplet: C0, 91 and 18. RGB value is (192,145,24). Sum of RGB (Red+Green+Blue) = 192+145+24=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09118 is #3F6EE7. Grayscale: #919191. Windows color (decimal): -4157160 or 1610176. OLE color: 1610176.

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

Color convert

RGB 192 145 24 -
CMYK 0 0.24 0.88 0.25
HSL 43.21º 0.78% 0.42% -
HSV(B) 43.21º 0.88% 0.75% -
XYZ 32.03 31.52 5.26 -
YUV 145.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 192 145 24 0 0.24 0.88 0.25 43.21 0.78 0.42
Hex C0 91 18 0 18 58 19 2B 4E 2A
Octal 300 221 30 0 30 130 31 53 116 52
Binary 11000000 10010001 11000 0 11000 1011000 11001 101011 1001110 101010

Color Harmonies of #C09118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09118

Black with #C09118

Text Example


Text Example

White with #C09118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09118; }

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

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

background-color css

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

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

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

border-color css

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

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

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