Html Css Color HEX #C09218 Buddha Gold

📋 copy color: '#C09218'

red 192 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #C09218

Tints of Buddha Gold #C09218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 53.04%
G = 40.33%
B = 6.63%

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

#C09218 (or 0xC09218) is known color: Buddha Gold. HEX triplet: C0, 92 and 18. RGB value is (192,146,24). Sum of RGB (Red+Green+Blue) = 192+146+24=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09218 is #3F6DE7. Grayscale: #929292. Windows color (decimal): -4156904 or 1610432. OLE color: 1610432.

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

Color convert

RGB 192 146 24 -
CMYK 0 0.24 0.88 0.25
HSL 43.57º 0.78% 0.42% -
HSV(B) 43.57º 0.88% 0.75% -
XYZ 32.18 31.83 5.31 -
YUV 145.85 59.24 160.92 -
System Red Green Blue C M Y K H S L
Decimal 192 146 24 0 0.24 0.88 0.25 43.57 0.78 0.42
Hex C0 92 18 0 18 58 19 2C 4E 2A
Octal 300 222 30 0 30 130 31 54 116 52
Binary 11000000 10010010 11000 0 11000 1011000 11001 101100 1001110 101010

Color Harmonies of #C09218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09218

Black with #C09218

Text Example


Text Example

White with #C09218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09218; }

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

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

background-color css

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

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

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

border-color css

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

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

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