Html Css Color HEX #C09E00 Buddha Gold

📋 copy color: '#C09E00'

red 192 ◦ green 158 ◦ blue 0

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

Shades of Buddha Gold #C09E00

Tints of Buddha Gold #C09E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.86%
G = 45.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C09E00 (or 0xC09E00) is known color: Buddha Gold. HEX triplet: C0, 9E and 00. RGB value is (192,158,0). Sum of RGB (Red+Green+Blue) = 192+158+0=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E00 is #3F61FF. Grayscale: #969696. Windows color (decimal): -4153856 or 40640. OLE color: 40640.

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

Color convert

RGB 192 158 0 -
CMYK 0 0.18 1 0.25
HSL 49.38º 1% 0.38% -
HSV(B) 49.38º 1% 0.75% -
XYZ 33.97 35.66 5.09 -
YUV 150.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 192 158 0 0 0.18 1 0.25 49.38 1 0.38
Hex C0 9E 0 0 12 64 19 31 64 26
Octal 300 236 0 0 22 144 31 61 144 46
Binary 11000000 10011110 0 0 10010 1100100 11001 110001 1100100 100110

Color Harmonies of #C09E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E00

Black with #C09E00

Text Example


Text Example

White with #C09E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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