Html Css Color HEX #C09E12 Buddha Gold

📋 copy color: '#C09E12'

red 192 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #C09E12

Tints of Buddha Gold #C09E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.93%

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

R = 52.17%
G = 42.93%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09E12 (or 0xC09E12) is known color: Buddha Gold. HEX triplet: C0, 9E and 12. RGB value is (192,158,18). Sum of RGB (Red+Green+Blue) = 192+158+18=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E12 is #3F61ED. Grayscale: #989898. Windows color (decimal): -4153838 or 1220288. OLE color: 1220288.

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

Color convert

RGB 192 158 18 -
CMYK 0 0.18 0.91 0.25
HSL 48.28º 0.83% 0.41% -
HSV(B) 48.28º 0.91% 0.75% -
XYZ 34.07 35.7 5.67 -
YUV 152.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 192 158 18 0 0.18 0.91 0.25 48.28 0.83 0.41
Hex C0 9E 12 0 12 5B 19 30 53 29
Octal 300 236 22 0 22 133 31 60 123 51
Binary 11000000 10011110 10010 0 10010 1011011 11001 110000 1010011 101001

Color Harmonies of #C09E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E12

Black with #C09E12

Text Example


Text Example

White with #C09E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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