Html Css Color HEX #C09117 Buddha Gold

📋 copy color: '#C09117'

red 192 ◦ green 145 ◦ blue 23

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

Shades of Buddha Gold #C09117

Tints of Buddha Gold #C09117

RGB

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

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

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

R = 53.33%
G = 40.28%
B = 6.39%

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

#C09117 (or 0xC09117) is known color: Buddha Gold. HEX triplet: C0, 91 and 17. RGB value is (192,145,23). Sum of RGB (Red+Green+Blue) = 192+145+23=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09117 is #3F6EE8. Grayscale: #919191. Windows color (decimal): -4157161 or 1544640. OLE color: 1544640.

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

Color convert

RGB 192 145 23 -
CMYK 0 0.24 0.88 0.25
HSL 43.31º 0.79% 0.42% -
HSV(B) 43.31º 0.88% 0.75% -
XYZ 32.02 31.52 5.21 -
YUV 145.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 192 145 23 0 0.24 0.88 0.25 43.31 0.79 0.42
Hex C0 91 17 0 18 58 19 2B 4F 2A
Octal 300 221 27 0 30 130 31 53 117 52
Binary 11000000 10010001 10111 0 11000 1011000 11001 101011 1001111 101010

Color Harmonies of #C09117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09117

Black with #C09117

Text Example


Text Example

White with #C09117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09117; }

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

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

background-color css

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

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

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

border-color css

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

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

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