Html Css Color HEX #C09517 Buddha Gold

📋 copy color: '#C09517'

red 192 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #C09517

Tints of Buddha Gold #C09517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 23 (9.38% from 255) = 6.32%

R = 52.75%
G = 40.93%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09517 (or 0xC09517) is known color: Buddha Gold. HEX triplet: C0, 95 and 17. RGB value is (192,149,23). Sum of RGB (Red+Green+Blue) = 192+149+23=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09517 is #3F6AE8. Grayscale: #949494. Windows color (decimal): -4156137 or 1545664. OLE color: 1545664.

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

Color convert

RGB 192 149 23 -
CMYK 0 0.22 0.88 0.25
HSL 44.73º 0.79% 0.42% -
HSV(B) 44.73º 0.88% 0.75% -
XYZ 32.64 32.76 5.41 -
YUV 147.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 192 149 23 0 0.22 0.88 0.25 44.73 0.79 0.42
Hex C0 95 17 0 16 58 19 2D 4F 2A
Octal 300 225 27 0 26 130 31 55 117 52
Binary 11000000 10010101 10111 0 10110 1011000 11001 101101 1001111 101010

Color Harmonies of #C09517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09517

Black with #C09517

Text Example


Text Example

White with #C09517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09517; }

 p { color: rgb(192,149,23); }

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

background-color css

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

 a { background-color: rgb(192,149,23); }

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

border-color css

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

 span { border-color: rgb(192,149,23); }

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