Html Css Color HEX #C09716 Buddha Gold

📋 copy color: '#C09716'

red 192 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #C09716

Tints of Buddha Gold #C09716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 52.6%
G = 41.37%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09716 (or 0xC09716) is known color: Buddha Gold. HEX triplet: C0, 97 and 16. RGB value is (192,151,22). Sum of RGB (Red+Green+Blue) = 192+151+22=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C09716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09716 is #3F68E9. Grayscale: #959595. Windows color (decimal): -4155626 or 1480640. OLE color: 1480640.

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

Color convert

RGB 192 151 22 -
CMYK 0 0.21 0.89 0.25
HSL 45.53º 0.79% 0.42% -
HSV(B) 45.53º 0.89% 0.75% -
XYZ 32.95 33.4 5.47 -
YUV 148.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 192 151 22 0 0.21 0.89 0.25 45.53 0.79 0.42
Hex C0 97 16 0 15 59 19 2E 4F 2A
Octal 300 227 26 0 25 131 31 56 117 52
Binary 11000000 10010111 10110 0 10101 1011001 11001 101110 1001111 101010

Color Harmonies of #C09716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09716

Black with #C09716

Text Example


Text Example

White with #C09716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09716; }

 p { color: rgb(192,151,22); }

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

background-color css

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

 a { background-color: rgb(192,151,22); }

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

border-color css

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

 span { border-color: rgb(192,151,22); }

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