Html Css Color HEX #C09415 Buddha Gold

📋 copy color: '#C09415'

red 192 ◦ green 148 ◦ blue 21

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

Shades of Buddha Gold #C09415

Tints of Buddha Gold #C09415

RGB

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

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

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

R = 53.19%
G = 41%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09415 (or 0xC09415) is known color: Buddha Gold. HEX triplet: C0, 94 and 15. RGB value is (192,148,21). Sum of RGB (Red+Green+Blue) = 192+148+21=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09415 is #3F6BEA. Grayscale: #939393. Windows color (decimal): -4156395 or 1414336. OLE color: 1414336.

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

Color convert

RGB 192 148 21 -
CMYK 0 0.23 0.89 0.25
HSL 44.56º 0.8% 0.42% -
HSV(B) 44.56º 0.89% 0.75% -
XYZ 32.46 32.44 5.26 -
YUV 146.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 192 148 21 0 0.23 0.89 0.25 44.56 0.8 0.42
Hex C0 94 15 0 17 59 19 2D 50 2A
Octal 300 224 25 0 27 131 31 55 120 52
Binary 11000000 10010100 10101 0 10111 1011001 11001 101101 1010000 101010

Color Harmonies of #C09415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09415

Black with #C09415

Text Example


Text Example

White with #C09415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09415; }

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

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

background-color css

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

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

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

border-color css

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

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

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