Html Css Color HEX #C09E0F Buddha Gold

📋 copy color: '#C09E0F'

red 192 ◦ green 158 ◦ blue 15

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

Shades of Buddha Gold #C09E0F

Tints of Buddha Gold #C09E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 52.6%
G = 43.29%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09E0F (or 0xC09E0F) is known color: Buddha Gold. HEX triplet: C0, 9E and 0F. RGB value is (192,158,15). Sum of RGB (Red+Green+Blue) = 192+158+15=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E0F is #3F61F0. Grayscale: #989898. Windows color (decimal): -4153841 or 1023680. OLE color: 1023680.

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

Color convert

RGB 192 158 15 -
CMYK 0 0.18 0.92 0.25
HSL 48.47º 0.86% 0.41% -
HSV(B) 48.47º 0.92% 0.75% -
XYZ 34.05 35.69 5.55 -
YUV 151.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 192 158 15 0 0.18 0.92 0.25 48.47 0.86 0.41
Hex C0 9E F 0 12 5C 19 30 56 29
Octal 300 236 17 0 22 134 31 60 126 51
Binary 11000000 10011110 1111 0 10010 1011100 11001 110000 1010110 101001

Color Harmonies of #C09E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E0F

Black with #C09E0F

Text Example


Text Example

White with #C09E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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