Html Css Color HEX #C09418 Buddha Gold

📋 copy color: '#C09418'

red 192 ◦ green 148 ◦ blue 24

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

Shades of Buddha Gold #C09418

Tints of Buddha Gold #C09418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 52.75%
G = 40.66%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09418 (or 0xC09418) is known color: Buddha Gold. HEX triplet: C0, 94 and 18. RGB value is (192,148,24). Sum of RGB (Red+Green+Blue) = 192+148+24=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09418 is #3F6BE7. Grayscale: #939393. Windows color (decimal): -4156392 or 1610944. OLE color: 1610944.

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

Color convert

RGB 192 148 24 -
CMYK 0 0.23 0.88 0.25
HSL 44.29º 0.78% 0.42% -
HSV(B) 44.29º 0.88% 0.75% -
XYZ 32.49 32.45 5.42 -
YUV 147.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 192 148 24 0 0.23 0.88 0.25 44.29 0.78 0.42
Hex C0 94 18 0 17 58 19 2C 4E 2A
Octal 300 224 30 0 27 130 31 54 116 52
Binary 11000000 10010100 11000 0 10111 1011000 11001 101100 1001110 101010

Color Harmonies of #C09418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09418

Black with #C09418

Text Example


Text Example

White with #C09418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09418; }

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

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

background-color css

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

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

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

border-color css

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

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

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