Html Css Color HEX #C09212 Buddha Gold

📋 copy color: '#C09212'

red 192 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #C09212

Tints of Buddha Gold #C09212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 53.93%
G = 41.01%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09212 (or 0xC09212) is known color: Buddha Gold. HEX triplet: C0, 92 and 12. RGB value is (192,146,18). Sum of RGB (Red+Green+Blue) = 192+146+18=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09212 is #3F6DED. Grayscale: #919191. Windows color (decimal): -4156910 or 1217216. OLE color: 1217216.

HSL color Cylindrical-coordinate representation of color #C09212: hue angle of 44.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09212 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 18 -
CMYK 0 0.24 0.91 0.25
HSL 44.14º 0.83% 0.41% -
HSV(B) 44.14º 0.91% 0.75% -
XYZ 32.13 31.81 5.02 -
YUV 145.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 192 146 18 0 0.24 0.91 0.25 44.14 0.83 0.41
Hex C0 92 12 0 18 5B 19 2C 53 29
Octal 300 222 22 0 30 133 31 54 123 51
Binary 11000000 10010010 10010 0 11000 1011011 11001 101100 1010011 101001

Color Harmonies of #C09212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09212

Black with #C09212

Text Example


Text Example

White with #C09212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09212; }

 p { color: rgb(192,146,18); }

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

background-color css

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

 a { background-color: rgb(192,146,18); }

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

border-color css

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

 span { border-color: rgb(192,146,18); }

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