Html Css Color HEX #C09C16 Buddha Gold

📋 copy color: '#C09C16'

red 192 ◦ green 156 ◦ blue 22

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

Shades of Buddha Gold #C09C16

Tints of Buddha Gold #C09C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 51.89%
G = 42.16%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09C16 (or 0xC09C16) is known color: Buddha Gold. HEX triplet: C0, 9C and 16. RGB value is (192,156,22). Sum of RGB (Red+Green+Blue) = 192+156+22=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C16 is #3F63E9. Grayscale: #989898. Windows color (decimal): -4154346 or 1481920. OLE color: 1481920.

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

Color convert

RGB 192 156 22 -
CMYK 0 0.19 0.89 0.25
HSL 47.29º 0.79% 0.42% -
HSV(B) 47.29º 0.89% 0.75% -
XYZ 33.77 35.04 5.74 -
YUV 151.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 192 156 22 0 0.19 0.89 0.25 47.29 0.79 0.42
Hex C0 9C 16 0 13 59 19 2F 4F 2A
Octal 300 234 26 0 23 131 31 57 117 52
Binary 11000000 10011100 10110 0 10011 1011001 11001 101111 1001111 101010

Color Harmonies of #C09C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C16

Black with #C09C16

Text Example


Text Example

White with #C09C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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