Html Css Color HEX #C09016 Buddha Gold

📋 copy color: '#C09016'

red 192 ◦ green 144 ◦ blue 22

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

Shades of Buddha Gold #C09016

Tints of Buddha Gold #C09016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 53.63%
G = 40.22%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C09016 (or 0xC09016) is known color: Buddha Gold. HEX triplet: C0, 90 and 16. RGB value is (192,144,22). Sum of RGB (Red+Green+Blue) = 192+144+22=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C09016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09016 is #3F6FE9. Grayscale: #909090. Windows color (decimal): -4157418 or 1478848. OLE color: 1478848.

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

Color convert

RGB 192 144 22 -
CMYK 0 0.25 0.89 0.25
HSL 43.06º 0.79% 0.42% -
HSV(B) 43.06º 0.89% 0.75% -
XYZ 31.86 31.21 5.1 -
YUV 144.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 192 144 22 0 0.25 0.89 0.25 43.06 0.79 0.42
Hex C0 90 16 0 19 59 19 2B 4F 2A
Octal 300 220 26 0 31 131 31 53 117 52
Binary 11000000 10010000 10110 0 11001 1011001 11001 101011 1001111 101010

Color Harmonies of #C09016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09016

Black with #C09016

Text Example


Text Example

White with #C09016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09016; }

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

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

background-color css

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

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

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

border-color css

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

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

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